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 |
Eメール | [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\/*" ] } |