Reseller
Tools for Grailed
Was ist Reseller?
Reseller ist eine Chrome-Erweiterung, die von reseller entwickelt wurde, und ihr Hauptmerkmal ist "Tools for Grailed".
Erweiterungsscreenshots
Reseller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reseller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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]                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | okpjbeghdkogpbegflcicdfinmalabam | 
| Offizielle URL | https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam | 
| Beschreibung | Tools for Grailed | 
| Dateigröße | 1.94 MB | 
| Installationsanzahl | 19 | 
| Aktuelle Version | 0.2 | 
| Letztes Update | 2021-01-25 | 
| Veröffentlichungsdatum | 2021-01-03 | 
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | reseller | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
    ]
}  |  |