SmartGMAIL Patch

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

Cos'è SmartGMAIL Patch?

SmartGMAIL Patch è un'estensione di Chrome sviluppata da https://www.smartthing.org, e la sua funzione principale è "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SmartGMAIL Patch

Scarica i file di estensione SmartGMAIL Patch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
URL Ufficiale https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
Descrizione Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Dimensione del File 3.91 KB
Conteggio Installazioni 49
Versione Corrente 1.4
Ultimo Aggiornamento 2017-03-22
Data di Pubblicazione 2017-03-22
Sviluppatore https://www.smartthing.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.smartthing.org/portfolio/smartgmail/
URL della Pagina di Aiuto http://support.smartthing.org
URL della Pagina della Politica sulla Privacy https://www.smartthing.org/privacy-policy
Lingue Supportate 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"
    ]
}