Reseller

Tools for Grailed

Resellerคืออะไร?

Reseller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reseller และคุณลักษณะหลักของมันคือ "Tools for Grailed"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reseller

ดาวน์โหลดไฟล์ส่วนขยาย Reseller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}