Reseller

Tools for Grailed

Cos'è Reseller?

Reseller è un'estensione di Chrome sviluppata da reseller, e la sua funzione principale è "Tools for Grailed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reseller

Scarica i file di estensione Reseller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Reseller Reseller
ID okpjbeghdkogpbegflcicdfinmalabam
URL Ufficiale https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam
Descrizione Tools for Grailed
Dimensione del File 1.94 MB
Conteggio Installazioni 19
Versione Corrente 0.2
Ultimo Aggiornamento 2021-01-25
Data di Pubblicazione 2021-01-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore reseller
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}