Reseller
Tools for Grailed
Co to jest Reseller?
Reseller to rozszerzenie Chrome opracowane przez reseller, a jego główną funkcją jest „Tools for Grailed”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reseller
Pobierz pliki rozszerzeń Reseller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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]                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | okpjbeghdkogpbegflcicdfinmalabam | 
| Oficjalny URL | https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam | 
| Opis | Tools for Grailed | 
| Rozmiar pliku | 1.94 MB | 
| Liczba instalacji | 19 | 
| Aktualna Wersja | 0.2 | 
| Ostatnia Aktualizacja | 2021-01-25 | 
| Data Publikacji | 2021-01-03 | 
| Ocena | 3.00/5 Łącznie 2 Oceny | 
| Deweloper | reseller | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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\/*"
    ]
}  |  |