etsyHelper
Helper for Etsy tasks
Vad är etsyHelper?
etsyHelper är en Chrome-tillägg utvecklad av giftshopbk.acc, och dess huvudfunktion är "Helper for Etsy tasks".
Tilläggsskärmbilder
Ladda ner etsyHelper-förlängningens CRX-fil
Ladda ner etsyHelper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Helper for routine task in etsy teams
Grundläggande Information om Tillägg
Namn | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Officiell webbadress | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Beskrivning | Helper for Etsy tasks |
Filstorlek | 46.27 KB |
Antal Installationer | 81 |
Aktuell Version | 0.17.606 |
Senast Uppdaterad | 2017-06-06 |
Publiceringsdatum | 2017-06-06 |
Utvecklare | giftshopbk.acc |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://etsyhelper.com/ |
Stödda Språk | 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*" ] } |