SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
¿Qué es SmartGMAIL Patch?
SmartGMAIL Patch es una extensión de Chrome desarrollada por https://www.smartthing.org, y su función principal es "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SmartGMAIL Patch
Descarga archivos de extensión SmartGMAIL Patch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
URL Oficial | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Descripción | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Tamaño del Archivo | 3.91 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.4 |
Última Actualización | 2017-03-22 |
Fecha de Publicación | 2017-03-22 |
Desarrollador | https://www.smartthing.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.smartthing.org/portfolio/smartgmail/ |
URL de la Página de Ayuda | http://support.smartthing.org |
URL de la Página de Política de Privacidad | https://www.smartthing.org/privacy-policy |
Idiomas Soportados | 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" ] } |