etsyHelper
Helper for Etsy tasks
什么是etsyHelper?
etsyHelper是由giftshopbk.acc开发的Chrome扩展程序,该扩展的主要功能是“Helper for Etsy tasks”。
扩展截图
下载etsyHelper扩展crx文件
下载etsyHelper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helper for routine task in etsy teams
扩展基本信息
名称 | |
ID | glgkhhidbgpacmlkjpmmhjgmdiomfihd |
官方URL | https://chrome.google.com/webstore/detail/etsyhelper/glgkhhidbgpacmlkjpmmhjgmdiomfihd |
简介 | Helper for Etsy tasks |
文件大小 | 46.27 KB |
安装次数 | 81 |
当前版本 | 0.17.606 |
更新时间 | 2017-06-06 |
上架时间 | 2017-06-06 |
开发者 | giftshopbk.acc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://etsyhelper.com/ |
支持的语言 | 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*" ] } |