SmartGMAIL Patch

Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.

Wat is SmartGMAIL Patch?

SmartGMAIL Patch is een Chrome-extensie ontwikkeld door https://www.smartthing.org, en de belangrijkste functie is "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SmartGMAIL Patch

Download SmartGMAIL Patch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
Officiële URL https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
Beschrijving Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Bestandsgrootte 3.91 KB
Aantal Installaties 49
Huidige Versie 1.4
Laatst Bijgewerkt 2017-03-22
Publicatiedatum 2017-03-22
Ontwikkelaar https://www.smartthing.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.smartthing.org/portfolio/smartgmail/
Help Pagina-URL http://support.smartthing.org
URL van de Privacybeleid Pagina https://www.smartthing.org/privacy-policy
Ondersteunde Talen 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"
    ]
}