CartInsight for Gmail

CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.

CartInsight for Gmail क्या है?

CartInsight for Gmail https://www.cartinsight.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface."।

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

screenshot
screenshot

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

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

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

                        CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail / Gsuite Email interface. You can instantly see relevant details of the ecommerce store like cart platform used, traffic, address, phone, email, tech / apps being used and more.                    

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

नाम CartInsight for Gmail CartInsight for Gmail
ID inhhbjefhkhimpjllagdcnimpifngnlo
आधिकारिक URL https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo
विवरण CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
फ़ाइल का आकार 613 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2023-11-18
प्रकाशन तिथि 2018-06-18
डेवलपर https://www.cartinsight.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cartinsight.io/
गोपनीयता नीति पृष्ठ URL https://www.cartinsight.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "css\/ui.css",
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inboxsdk.js",
                "js\/ui.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "js\/ui.js",
        "images\/icon48.png",
        "images\/logo.png",
        "images\/loader.gif",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.svg"
    ],
    "name": "CartInsight for Gmail",
    "short_name": "CIGmail",
    "author": "Cartinsight",
    "description": "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.",
    "version": "0.0.0.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}