EpicVin Extension

Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling

Τι είναι το EpicVin Extension;

Το EpicVin Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://epicvin.com, και η κύρια λειτουργία του είναι "Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης EpicVin Extension

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

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

                        Access EpicVIN Reports Instantly on any Websites!
The EpicVIN Vehicle History App for Chrome gives you the best free resource for researching a used car as you browse Craigslist, Autotrader, Cars.com, Carmax, or any other site!                    

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

Όνομα EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
Επίσημο URL https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Περιγραφή Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling
Μέγεθος Αρχείου 1.05 MB
Αριθμός Εγκαταστάσεων 914
Τρέχουσα Έκδοση 2.0.7
Τελευταία Ενημέρωση 2022-11-16
Ημερομηνία Δημοσίευσης 2020-03-04
Αξιολόγηση 4.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://epicvin.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://epicvin.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://epicvin.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.epicvin.com/site/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "EpicVin Extension",
    "description": "Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling",
    "version": "2.0.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.epicvin.com\/*",
            "https:\/\/*.epicvin.local\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "script-src": "self"
    },
    "icons": {
        "16": "\/img\/icons\/16.png",
        "24": "\/img\/icons\/24.png",
        "32": "\/img\/icons\/32.png",
        "48": "\/img\/icons\/48.png",
        "64": "\/img\/icons\/64.png",
        "128": "\/img\/icons\/128.png"
    }
}