Reseller

Tools for Grailed

Reseller क्या है?

Reseller reseller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for Grailed"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reseller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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\/*"
    ]
}