etsyHelper
Helper for Etsy tasks
Cos'è etsyHelper?
etsyHelper è un'estensione di Chrome sviluppata da giftshopbk.acc, e la sua funzione principale è "Helper for Etsy tasks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione etsyHelper
Scarica i file di estensione etsyHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Helper for routine task in etsy teams
Informazioni di Base sull'Estensione
Nome | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
URL Ufficiale | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Descrizione | Helper for Etsy tasks |
Dimensione del File | 46.27 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 0.17.606 |
Ultimo Aggiornamento | 2017-06-06 |
Data di Pubblicazione | 2017-06-06 |
Sviluppatore | giftshopbk.acc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://etsyhelper.com/ |
Lingue Supportate | 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*" ] } |