Etsy Shop Tools

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

Wat is Etsy Shop Tools?

Etsy Shop Tools is een Chrome-extensie ontwikkeld door https://teacai.com, en de belangrijkste functie is "Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Etsy Shop Tools

Download Etsy Shop Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Etsy Shop Tools Etsy Shop Tools
ID lobpagdpoopcmipmanjdnhpkjlofpbbp
Officiële URL https://chromewebstore.google.com/detail/etsy-shop-tools/lobpagdpoopcmipmanjdnhpkjlofpbbp
Beschrijving Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.
Bestandsgrootte 144 KB
Aantal Installaties 4,175
Huidige Versie 1.5.2
Laatst Bijgewerkt 2017-05-23
Publicatiedatum 2017-05-23
Beoordeling 3.58/5 Totaal 19 Beoordelingen
Ontwikkelaar https://teacai.com
Betalingswijze free
Extensiewebsite http://teacai.com/web/etsy-shop-tools/
Help Pagina-URL http://teacai.com/web/etsy-shop-tools/
Ondersteunde Talen 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",
        ""
    ]
}