etsyHelper
Helper for Etsy tasks
Apa itu etsyHelper?
etsyHelper adalah ekstensi Chrome yang dikembangkan oleh giftshopbk.acc, dan fitur utamanya adalah "Helper for Etsy tasks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi etsyHelper
Unduh file ekstensi etsyHelper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Helper for routine task in etsy teams
Informasi Dasar Ekstensi
Nama | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
URL Resmi | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Deskripsi | Helper for Etsy tasks |
Ukuran File | 46.27 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 0.17.606 |
Terakhir Diperbarui | 2017-06-06 |
Tanggal Publikasi | 2017-06-06 |
Pengembang | giftshopbk.acc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://etsyhelper.com/ |
Bahasa yang Didukung | 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*" ] } |