SmartGMAIL Patch

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

SmartGMAIL Patch क्या है?

SmartGMAIL Patch https://www.smartthing.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartGMAIL Patch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
आधिकारिक URL https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
विवरण Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
फ़ाइल का आकार 3.91 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.4
अंतिम अपडेट 2017-03-22
प्रकाशन तिथि 2017-03-22
डेवलपर https://www.smartthing.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.smartthing.org/portfolio/smartgmail/
सहायता पृष्ठ URL http://support.smartthing.org
गोपनीयता नीति पृष्ठ URL https://www.smartthing.org/privacy-policy
समर्थित भाषाएँ 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"
    ]
}