etsyHelper

Helper for Etsy tasks

etsyHelperとは何ですか?

etsyHelperはgiftshopbk.accによって開発されたChromeの拡張機能で、その主な機能は「Helper for Etsy tasks」です。

拡張機能のスクリーンショット

screenshot

etsyHelper拡張機能のCRXファイルをダウンロード

etsyHelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Helper for routine task in etsy teams                    

拡張機能の基本情報

名前 etsyHelper etsyHelper
ID glgkhhidbgpacmlkjpmmhjgmdiomfihd
公式URL https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd
説明 Helper for Etsy tasks
ファイルサイズ 46.27 KB
インストール数 81
現在のバージョン 0.17.606
最終更新日 2017-06-06
公開日 2017-06-06
開発者 giftshopbk.acc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://etsyhelper.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "etsyHelper",
    "version": "0.17.606",
    "description": "Helper for Etsy tasks",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "etsyHelper32.png",
        "128": "etsyHelper128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/*",
                "https:\/\/*\/search*"
            ],
            "js": [
                "etsy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "paypal.png",
        "searchathon_etsy.png"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/etsyhelper.com\/*",
        "https:\/\/*.etsy.com\/",
        "https:\/\/www.sandbox.paypal.com\/*",
        "https:\/\/*\/search*"
    ]
}