Carketa Vehicle Information

Allows you to click on VIN numbers to see vehicle data on Carketa.com

Τι είναι το Carketa Vehicle Information;

Το Carketa Vehicle Information είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getcarketa.com, και η κύρια λειτουργία του είναι "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Carketa Vehicle Information

Λήψη αρχείων επέκτασης Carketa Vehicle Information σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Carketa Chrome Extension helps dealerships partnered with Carketa pull up their vehicle's information on platforms that host their VIN numbers, such as their websites or DMS software. This helps them bridge the gap of those tough integrations and expensive fees for manual integrations charged by a typical DMS system. 

You are able to pull up information on everything from recon expenses to where the vehicle is at in it's journey to becoming front line ready. Visit www.getcarketa.com to become a partnered dealership.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Επίσημο URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Περιγραφή Allows you to click on VIN numbers to see vehicle data on Carketa.com
Μέγεθος Αρχείου 108 KB
Αριθμός Εγκαταστάσεων 295
Τρέχουσα Έκδοση 0.0.10
Τελευταία Ενημέρωση 2023-09-07
Ημερομηνία Δημοσίευσης 2020-12-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://getcarketa.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getcarketa.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://carketa.com/
URL της Σελίδας Πολιτικής Απορρήτου https://getcarketa.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carketa Vehicle Information",
    "version": "0.0.10",
    "description": "Allows you to click on VIN numbers to see vehicle data on Carketa.com",
    "manifest_version": 3,
    "page_action": {
        "default_icon": {
            "16": "images\/valuation_icon.png",
            "32": "images\/valuation_icon.png"
        }
    },
    "icons": {
        "16": "images\/valuation_icon.png",
        "48": "images\/valuation_icon.png",
        "32": "images\/valuation_icon.png",
        "128": "images\/valuation_icon.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}