Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
Co to jest Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar to rozszerzenie Chrome opracowane przez The SmartTHING Limited, a jego główną funkcją jest „Shows editor toolbar automatically when sending a new mail in Gmail.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Automatic GMail Editor Toolbar
Pobierz pliki rozszerzeń Automatic GMail Editor Toolbar 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
Podstawowe informacje o rozszerzeniu
Nazwa | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
Oficjalny URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
Opis | Shows editor toolbar automatically when sending a new mail in Gmail. |
Rozmiar pliku | 3.49 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2014-02-06 |
Data Publikacji | 2014-02-06 |
Deweloper | The SmartTHING Limited |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.smartthing.org/privacy-policy |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "gmaileditor.user.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows editor toolbar automatically when sending a new mail in Gmail.", "name": "Automatic GMail Editor Toolbar", "version": "1.5" } |