Social Vehicle Lister

Posting vehicles on Facebook Marketplace has never been so easy!

Social Vehicle Listerคืออะไร?

Social Vehicle Lister เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Auto Group และคุณลักษณะหลักของมันคือ "Posting vehicles on Facebook Marketplace has never been so easy!"

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

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

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

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

                        Our extension will load your dealership's inventory instantly and you select which one you want to post to Facebook marketplace. The extension will load all of the photos and fill out the form for you! This will allow you to save precious time doing other things, like selling cars!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Vehicle Lister Social Vehicle Lister
ID lfdhedfobojdnaeigogpcbdhdgpkiekp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-vehicle-lister/lfdhedfobojdnaeigogpcbdhdgpkiekp
คำอธิบาย Posting vehicles on Facebook Marketplace has never been so easy!
ขนาดไฟล์ 3.27 MB
จำนวนการติดตั้ง 548
เวอร์ชันปัจจุบัน 1.06
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2023-05-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Social Auto Group
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Vehicle Lister",
    "description": "Posting vehicles on Facebook Marketplace has never been so easy!",
    "version": "1.06",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/sag.gemquery.com\/*",
        "https:\/\/www.mckinnontoyota.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}