SmartGMAIL Patch

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

What is SmartGMAIL Patch?

SmartGMAIL Patch is a Chrome extension developed by https://www.smartthing.org, and its main feature is "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Extension Screenshots

screenshot

Download SmartGMAIL Patch Extension CRX File

Download SmartGMAIL Patch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
Official URL 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.
File Size 3.91 KB
Installation Count 49
Current Version 1.4
Last Updated 2017-03-22
Publish Date 2017-03-22
Developer https://www.smartthing.org
Email [email protected]
Payment Type free
Extension Website http://www.smartthing.org/portfolio/smartgmail/
Help Page URL http://support.smartthing.org
Privacy Policy Page URL https://www.smartthing.org/privacy-policy
Supported Languages 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"
    ]
}