Reseller
Tools for Grailed
Wat is Reseller?
Reseller is een Chrome-extensie ontwikkeld door reseller, en de belangrijkste functie is "Tools for Grailed".
Extensie Screenshots
Download het CRX-bestand van de extensie Reseller
Download Reseller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Reseller |
ID | okpjbeghdkogpbegflcicdfinmalabam |
Officiële URL | https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam |
Beschrijving | Tools for Grailed |
Bestandsgrootte | 1.94 MB |
Aantal Installaties | 19 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-01-25 |
Publicatiedatum | 2021-01-03 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | reseller |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |