Gmail composer
to compose an email directly
What is Gmail composer?
Gmail composer is a Chrome extension developed by tolanitechnosoft, and its main feature is "to compose an email directly".
Extension Screenshots
Download Gmail composer Extension CRX File
Download Gmail composer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Compose email from the logged in Gmail account on Google Chrome browser in just one click. Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.
Extension Basic Information
Name | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
Official URL | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
Description | to compose an email directly |
File Size | 19.62 KB |
Installation Count | 211 |
Current Version | 1.0.1 |
Last Updated | 2020-10-08 |
Publish Date | 2020-10-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tolanitechnosoft |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail composer", "description": "to compose an email directly ", "version": "1.0.1", "icons": { "128": "Final_128.png" }, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "Final_128.png" }, "permissions": [ "tabs" ] } |