Gmail composer
to compose an email directly
Vad är Gmail composer?
Gmail composer är en Chrome-tillägg utvecklad av tolanitechnosoft, och dess huvudfunktion är "to compose an email directly".
Tilläggsskärmbilder
Ladda ner Gmail composer-förlängningens CRX-fil
Ladda ner Gmail composer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
Officiell webbadress | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
Beskrivning | to compose an email directly |
Filstorlek | 19.62 KB |
Antal Installationer | 211 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-10-08 |
Publiceringsdatum | 2020-10-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | tolanitechnosoft |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |