etsyHelper
Helper for Etsy tasks
What is etsyHelper?
etsyHelper is a Chrome extension developed by giftshopbk.acc, and its main feature is "Helper for Etsy tasks".
Extension Screenshots
Download etsyHelper Extension CRX File
Download etsyHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helper for routine task in etsy teams
Extension Basic Information
Name | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Official URL | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Description | Helper for Etsy tasks |
File Size | 46.27 KB |
Installation Count | 81 |
Current Version | 0.17.606 |
Last Updated | 2017-06-06 |
Publish Date | 2017-06-06 |
Developer | giftshopbk.acc |
[email protected] | |
Payment Type | free |
Extension Website | https://etsyhelper.com/ |
Supported Languages | 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*" ] } |