SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Qu'est-ce que SmartGMAIL Patch ?
SmartGMAIL Patch est une extension Chrome développée par https://www.smartthing.org, et sa fonction principale est "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SmartGMAIL Patch
Téléchargez les fichiers d'extension SmartGMAIL Patch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
URL Officiel | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Description | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Taille du Fichier | 3.91 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-03-22 |
Date de Publication | 2017-03-22 |
Développeur | https://www.smartthing.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.smartthing.org/portfolio/smartgmail/ |
URL de la Page d'Aide | http://support.smartthing.org |
URL de la Page de Politique de Confidentialité | https://www.smartthing.org/privacy-policy |
Langues Prises en Charge | 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" ] } |