Social Vehicle Lister

Posting vehicles on Facebook Marketplace has never been so easy!

Cos'è Social Vehicle Lister?

Social Vehicle Lister è un'estensione di Chrome sviluppata da Social Auto Group, e la sua funzione principale è "Posting vehicles on Facebook Marketplace has never been so easy!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Social Vehicle Lister

Scarica i file di estensione Social Vehicle Lister in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Social Vehicle Lister Social Vehicle Lister
ID lfdhedfobojdnaeigogpcbdhdgpkiekp
URL Ufficiale https://chromewebstore.google.com/detail/social-vehicle-lister/lfdhedfobojdnaeigogpcbdhdgpkiekp
Descrizione Posting vehicles on Facebook Marketplace has never been so easy!
Dimensione del File 3.27 MB
Conteggio Installazioni 548
Versione Corrente 1.06
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2023-05-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Social Auto Group
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}