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开发的Chrome扩展程序,该扩展的主要功能是“CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.”。

扩展截图

screenshot
screenshot

下载CartInsight for Gmail扩展crx文件

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