SmartGMAIL Patch

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

Vad är SmartGMAIL Patch?

SmartGMAIL Patch är en Chrome-tillägg utvecklad av https://www.smartthing.org, och dess huvudfunktion är "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Tilläggsskärmbilder

screenshot

Ladda ner SmartGMAIL Patch-förlängningens CRX-fil

Ladda ner SmartGMAIL Patch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
Officiell webbadress https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
Beskrivning Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Filstorlek 3.91 KB
Antal Installationer 49
Aktuell Version 1.4
Senast Uppdaterad 2017-03-22
Publiceringsdatum 2017-03-22
Utvecklare https://www.smartthing.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.smartthing.org/portfolio/smartgmail/
Hjälpsida URL http://support.smartthing.org
URL till Sekretesspolicy Sidan https://www.smartthing.org/privacy-policy
Stödda Språk 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"
    ]
}