Gmail composer
to compose an email directly
Co to jest Gmail composer?
Gmail composer to rozszerzenie Chrome opracowane przez tolanitechnosoft, a jego główną funkcją jest „to compose an email directly”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail composer
Pobierz pliki rozszerzeń Gmail composer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
Opis | to compose an email directly |
Rozmiar pliku | 19.62 KB |
Liczba instalacji | 211 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-10-08 |
Data Publikacji | 2020-10-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | tolanitechnosoft |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |