etsyHelper

Helper for Etsy tasks

ما هو etsyHelper؟

etsyHelper هو إضافة Chrome تم تطويرها بواسطة giftshopbk.acc، والميزة الرئيسية لها هي "Helper for Etsy tasks".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة etsyHelper

قم بتنزيل ملفات الامتداد etsyHelper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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*"
    ]
}