Social Vehicle Lister

Posting vehicles on Facebook Marketplace has never been so easy!

Social Vehicle Lister란 무엇입니까?

Social Vehicle Lister은(는) Social Auto Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Posting vehicles on Facebook Marketplace has never been so easy!"입니다.

확장 프로그램 스크린샷

Social Vehicle Lister 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}