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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}