Etsy Shop Tools

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

Qu'est-ce que Etsy Shop Tools ?

Etsy Shop Tools est une extension Chrome développée par https://teacai.com, et sa fonction principale est "Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Etsy Shop Tools

Téléchargez les fichiers d'extension Etsy Shop Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Etsy Shop Tools Etsy Shop Tools
ID lobpagdpoopcmipmanjdnhpkjlofpbbp
URL Officiel https://chromewebstore.google.com/detail/etsy-shop-tools/lobpagdpoopcmipmanjdnhpkjlofpbbp
Description Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.
Taille du Fichier 144 KB
Nombre d'Installations 4,175
Version Actuelle 1.5.2
Dernière Mise à Jour 2017-05-23
Date de Publication 2017-05-23
Évaluation 3.58/5 Total 19 Évaluations
Développeur https://teacai.com
Type de Paiement free
Site Web de l'Extension http://teacai.com/web/etsy-shop-tools/
URL de la Page d'Aide http://teacai.com/web/etsy-shop-tools/
Langues Prises en Charge 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",
        ""
    ]
}