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 |
官方網址 | 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\/*" ] } |