CartInsight for Gmail

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

O que é CartInsight for Gmail?

CartInsight for Gmail é uma extensão do Chrome desenvolvida por https://www.cartinsight.io, e sua principal característica é "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CartInsight for Gmail

Baixe arquivos de extensão CartInsight for Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CartInsight for Gmail CartInsight for Gmail
ID inhhbjefhkhimpjllagdcnimpifngnlo
URL Oficial https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo
Descrição CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
Tamanho do Arquivo 613 KB
Contagem de Instalações 17
Versão Atual 0.0.0.3
Última Atualização 2023-11-18
Data de Publicação 2018-06-18
Desenvolvedor https://www.cartinsight.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cartinsight.io/
URL da Página de Política de Privacidade https://www.cartinsight.io/privacy-policy
Idiomas Suportados 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"
    }
}