CartInsight for Gmail

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

Was ist CartInsight for Gmail?

CartInsight for Gmail ist eine Chrome-Erweiterung, die von https://www.cartinsight.io entwickelt wurde, und ihr Hauptmerkmal ist "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".

Erweiterungsscreenshots

screenshot
screenshot

CartInsight for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie CartInsight for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CartInsight for Gmail CartInsight for Gmail
ID inhhbjefhkhimpjllagdcnimpifngnlo
Offizielle URL https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo
Beschreibung CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
Dateigröße 613 KB
Installationsanzahl 17
Aktuelle Version 0.0.0.3
Letztes Update 2023-11-18
Veröffentlichungsdatum 2018-06-18
Entwickler https://www.cartinsight.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cartinsight.io/
URL der Datenschutzrichtlinien-Seite https://www.cartinsight.io/privacy-policy
Unterstützte Sprachen 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"
    }
}