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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}