etsyHelper

Helper for Etsy tasks

etsyHelperคืออะไร?

etsyHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giftshopbk.acc และคุณลักษณะหลักของมันคือ "Helper for Etsy tasks"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย etsyHelper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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*"
    ]
}