Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Postman application- extension from chrome is written in which language?

This could be layman question. I use the postman application which i got from the chrome extension. It was soo good. I really want to know in which language it is written? Is it written completely in javascript and packaged using some tools like cardova? Or any native language is used? postman app

like image 418
Pradeep Potnuru Avatar asked Jan 06 '16 12:01

Pradeep Potnuru


People also ask

What language is Postman written in?

The Postman Sandbox is a JavaScript execution environment that's available to you while writing pre-request and test scripts for requests (both in Postman and Newman).

How do I run a Postman extension in Chrome?

To add Postman to the Chrome browser select Settings->Extensions->Get more extensions, then search for Postman. From the displayed application, click on the “Add to Chrome” button. In order to run Postman after it has been added, click on the Apps launcher within the Chrome application.

Is Postman a Chrome App?

EASILY TRANSFER YOUR COLLECTIONS TO THE POSTMAN NATIVE APP When you sign in with the Postman account associated with Postman Chrome, your collections and data will automatically sync with the app.

Is Postman native application?

The Postman native apps are free, like the Chrome app, but better than the Chrome app. The native apps cover all the features and functionality of the Chrome app and Chrome extension together, and more. The native apps run on Electron overcoming a lot of the restrictions of the Chrome platform.


1 Answers

It is a "chrome app" written in HTML5, CSS, and JavaScript. About Chrome apps

Google through Chrome allows this application to run in a native container that work on any operating system example: Mac OS, Linux.

In order to publish the app , developers can package and upload the app source files to chrome web store. refer the link for further details

like image 199
sourcevin Avatar answered Sep 28 '22 10:09

sourcevin