SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Что такое SmartGMAIL Patch?
SmartGMAIL Patch - это расширение Chrome, разработанное https://www.smartthing.org, и его основная функция - "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Снимки экрана расширения
Скачать файл CRX расширения SmartGMAIL Patch
Скачайте файлы расширений SmartGMAIL Patch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
Официальный URL | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Описание | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Размер файла | 3.91 KB |
Количество установок | 49 |
Текущая Версия | 1.4 |
Последнее Обновление | 2017-03-22 |
Дата публикации | 2017-03-22 |
Разработчик | https://www.smartthing.org |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.smartthing.org/portfolio/smartgmail/ |
URL страницы помощи | http://support.smartthing.org |
URL страницы политики конфиденциальности | https://www.smartthing.org/privacy-policy |
Поддерживаемые языки | 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" ] } |