Social Vehicle Lister

Posting vehicles on Facebook Marketplace has never been so easy!

Wat is Social Vehicle Lister?

Social Vehicle Lister is een Chrome-extensie ontwikkeld door Social Auto Group, en de belangrijkste functie is "Posting vehicles on Facebook Marketplace has never been so easy!".

Extensie Screenshots

Download het CRX-bestand van de extensie Social Vehicle Lister

Download Social Vehicle Lister-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Social Vehicle Lister Social Vehicle Lister
ID lfdhedfobojdnaeigogpcbdhdgpkiekp
Officiële URL https://chromewebstore.google.com/detail/social-vehicle-lister/lfdhedfobojdnaeigogpcbdhdgpkiekp
Beschrijving Posting vehicles on Facebook Marketplace has never been so easy!
Bestandsgrootte 3.27 MB
Aantal Installaties 548
Huidige Versie 1.06
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2023-05-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Social Auto Group
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}