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",
        ""
    ]
}