etsyHelper
Helper for Etsy tasks
Co to jest etsyHelper?
etsyHelper to rozszerzenie Chrome opracowane przez giftshopbk.acc, a jego główną funkcją jest „Helper for Etsy tasks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia etsyHelper
Pobierz pliki rozszerzeń etsyHelper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Helper for routine task in etsy teams
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Oficjalny URL | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Opis | Helper for Etsy tasks |
Rozmiar pliku | 46.27 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 0.17.606 |
Ostatnia Aktualizacja | 2017-06-06 |
Data Publikacji | 2017-06-06 |
Deweloper | giftshopbk.acc |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://etsyhelper.com/ |
Obsługiwane Języki | 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*" ] } |