CartInsight for Gmail

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

Τι είναι το CartInsight for Gmail;

Το CartInsight for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cartinsight.io, και η κύρια λειτουργία του είναι "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CartInsight for Gmail

Λήψη αρχείων επέκτασης CartInsight for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}