Shopify integration for Gmail

With Storeye you can view and edit your Shopify store information directly in Gmail.

O que é Shopify integration for Gmail?

Shopify integration for Gmail é uma extensão do Chrome desenvolvida por https://storakle.com, e sua principal característica é "With Storeye you can view and edit your Shopify store information directly in Gmail.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shopify integration for Gmail

Baixe arquivos de extensão Shopify integration 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

                        Storeye integrates your Shopify store with Gmail. With Storeye you can:

1. View customer information for the email you are currently working with in Gmail.
2. Edit customer information.
3. View order information for the current customer. This information includes complete, open, cancelled, abandoned orders.
4. Edit information for each order.
5. View abandoned checkouts for the current customer.
6. View a customer information summary.
6. Search for customer information by customer name, email or domain name.

With precise and instant information, Gmail users and store managers can get the complete picture from their Shopify store, thus perform an informed and effective sales and customer service operation.                    

Informações Básicas da Extensão

Nome Shopify integration for Gmail Shopify integration for Gmail
ID iaipokgkdlncejbfdaamcdiaapjjcaje
URL Oficial https://chromewebstore.google.com/detail/shopify-integration-for-g/iaipokgkdlncejbfdaamcdiaapjjcaje
Descrição With Storeye you can view and edit your Shopify store information directly in Gmail.
Tamanho do Arquivo 95.49 KB
Contagem de Instalações 183
Versão Atual 1.0.0.6
Última Atualização 2018-02-24
Data de Publicação 2018-02-23
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://storakle.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://storeye.storakle.com/
URL da Página de Política de Privacidade https://storeye.storakle.com/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify integration for Gmail",
    "short_name": "Storeye",
    "version": "1.0.0.6",
    "manifest_version": 2,
    "description": "With Storeye you can view and edit your Shopify store information directly in Gmail.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "background",
        "https:\/\/api.storeye.storakle.com\/",
        "https:\/\/www.storeye.storakle.com\/extensionui\/",
        "http:\/\/mail.google.com\/",
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.storeye.storakle.com\/*",
                "https:\/\/www.storeye.storakle.com\/*",
                "http:\/\/storeye.storakle.com\/*",
                "https:\/\/storeye.storakle.com\/*"
            ],
            "js": [
                "storakleInstallation.js"
            ]
        }
    ]
}