Reseller
Tools for Grailed
什么是Reseller?
Reseller是由reseller开发的Chrome扩展程序,该扩展的主要功能是“Tools for Grailed”。
扩展截图
下载Reseller扩展crx文件
下载Reseller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reseller is a tool to accelerate your sales and save your time by automating daily tasks on Grailed. RELIST LISTING Relist your listing on Grailed in one click! CROSSPOST TO JAWNFLIP Posts your listing to your JawnFlip account in one click! CROSSPOST TO DEPOP Posts your listing to your Depop account in one click! MESSAGING BUYERS Send a message to all interested buyers from your listing! Bugs? Suggestions? Email us at [email protected]
扩展基本信息
名称 | Reseller |
ID | okpjbeghdkogpbegflcicdfinmalabam |
官方URL | https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam |
简介 | Tools for Grailed |
文件大小 | 1.94 MB |
安装次数 | 19 |
当前版本 | 0.2 |
更新时间 | 2021-01-25 |
上架时间 | 2021-01-03 |
评分 | 3.00/5 共2次评分 |
开发者 | reseller |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reseller", "version": "0.2", "description": "Tools for Grailed", "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "js": [ "static\/js\/content.js" ], "css": [ "\/static\/css\/content.css" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*.grailed.com\/*" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "icons": { "192": "icon.png" }, "browser_action": { "default_icon": { "192": "icon.png" } }, "permissions": [ "cookies", "*:\/\/*.grailed.com\/*", "*:\/\/*.jawnflip.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/*.algolianet.com\/*", "*:\/\/*.filepicker.io\/*", "*:\/\/*.amazonaws.com\/*", "*:\/\/*.fitspect.com\/*" ] } |