etsyHelper
Helper for Etsy tasks
etsyHelper là gì?
etsyHelper là một tiện ích mở rộng Chrome được phát triển bởi giftshopbk.acc, và tính năng chính của nó là "Helper for Etsy tasks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng etsyHelper
Tải xuống các tệp mở rộng etsyHelper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Helper for routine task in etsy teams
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
URL Chính Thức | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
Mô tả | Helper for Etsy tasks |
Kích Thước Tệp | 46.27 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 0.17.606 |
Cập Nhật Lần Cuối | 2017-06-06 |
Ngày Phát Hành | 2017-06-06 |
Nhà Phát Triển | giftshopbk.acc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://etsyhelper.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } |