Social Vehicle Lister

Posting vehicles on Facebook Marketplace has never been so easy!

Social Vehicle Lister là gì?

Social Vehicle Lister là một tiện ích mở rộng Chrome được phát triển bởi Social Auto Group, và tính năng chính của nó là "Posting vehicles on Facebook Marketplace has never been so easy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Social Vehicle Lister

Tải xuống các tệp mở rộng Social Vehicle Lister dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Vehicle Lister Social Vehicle Lister
ID lfdhedfobojdnaeigogpcbdhdgpkiekp
URL Chính Thức https://chromewebstore.google.com/detail/social-vehicle-lister/lfdhedfobojdnaeigogpcbdhdgpkiekp
Mô tả Posting vehicles on Facebook Marketplace has never been so easy!
Kích Thước Tệp 3.27 MB
Số Lần Cài Đặt 548
Phiên Bản Hiện Tại 1.06
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2023-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Social Auto Group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}