Etsy Shop Tools

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

什么是Etsy Shop Tools?

Etsy Shop Tools是由https://teacai.com开发的Chrome扩展程序,该扩展的主要功能是“Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Etsy Shop Tools扩展crx文件

下载Etsy Shop Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Etsy Shop Tools Etsy Shop Tools
ID lobpagdpoopcmipmanjdnhpkjlofpbbp
官方URL https://chromewebstore.google.com/detail/etsy-shop-tools/lobpagdpoopcmipmanjdnhpkjlofpbbp
简介 Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.
文件大小 144 KB
安装次数 4,175
当前版本 1.5.2
更新时间 2017-05-23
上架时间 2017-05-23
评分 3.58/5 共19次评分
开发者 https://teacai.com
付费类型 free
扩展官网 http://teacai.com/web/etsy-shop-tools/
帮助页面URL http://teacai.com/web/etsy-shop-tools/
支持的语言 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",
        ""
    ]
}