SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Co to jest SmartGMAIL Patch?
SmartGMAIL Patch to rozszerzenie Chrome opracowane przez https://www.smartthing.org, a jego główną funkcją jest „Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SmartGMAIL Patch
Pobierz pliki rozszerzeń SmartGMAIL Patch 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 | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
Oficjalny URL | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Opis | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Rozmiar pliku | 3.91 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-03-22 |
Data Publikacji | 2017-03-22 |
Deweloper | https://www.smartthing.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.smartthing.org/portfolio/smartgmail/ |
Adres URL Strony Pomocy | http://support.smartthing.org |
Adres URL Strony Polityki Prywatności | https://www.smartthing.org/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SmartGMAIL Patch", "version": "1.4", "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*" ], "js": [ "smartgmail.js" ] } ], "web_accessible_resources": [ "smartgmail-user.js" ] } |