Etsy Shop Tools

Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.

O que é Etsy Shop Tools?

Etsy Shop Tools é uma extensão do Chrome desenvolvida por https://teacai.com, e sua principal característica é "Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Etsy Shop Tools

Baixe arquivos de extensão Etsy Shop Tools 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

                        Tools for your Etsy Shop.

Buyer Rank - find more about your buyers, rate your experience with your customers.

Multi convo - quickly send messages to multiple contacts or to all shops in your new Treasury. Sending excessive amount of messages can lead to your account being deactivated by Etsy staff.

Multi favorite - you can favorite/unfavorite all the items in a treasury.

Multi follow - you can follow/unfollow multiple users with one click.


This extension is not endorsed in any way by Etsy.

Check the complete suit of tools for your Etsy Shop at http://est.xai.ro/                    

Informações Básicas da Extensão

Nome Etsy Shop Tools Etsy Shop Tools
ID lobpagdpoopcmipmanjdnhpkjlofpbbp
URL Oficial https://chromewebstore.google.com/detail/etsy-shop-tools/lobpagdpoopcmipmanjdnhpkjlofpbbp
Descrição Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.
Tamanho do Arquivo 144 KB
Contagem de Instalações 4,175
Versão Atual 1.5.2
Última Atualização 2017-05-23
Data de Publicação 2017-05-23
Classificação 3.58/5 Total de 19 Avaliações
Desenvolvedor https://teacai.com
Tipo de Pagamento free
Site da Extensão http://teacai.com/web/etsy-shop-tools/
URL da Página de Ajuda http://teacai.com/web/etsy-shop-tools/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Shop Tools",
    "short_name": "EST",
    "description": "Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.",
    "version": "1.5.2",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Etsy Shop Tools"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "bbl.js",
                "bbl-mc.js"
            ],
            "css": [
                "bbl.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        ""
    ]
}