Stat Vin

Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms

Τι είναι το Stat Vin;

Το Stat Vin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stat.vin, και η κύρια λειτουργία του είναι "Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        1VIN Stat.Vin - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms Auto.ria.com, autopapa.ge

Opportunities for Copart.com and IAAI.com Auctions
- History of trades by lot
- Last sale status
- Selling price
- VIN of the car without authorization at the auction
- Seller
- Statistics of sales of similar cars for the last 2 months
- Purchase of Stat Report

Possibilities for working with Auto.ria.com
- History of changes in the price of a car
- History of auto sales at Coprt and IAAI auctions with status and price
- Purchase of Stat Report

Opportunities for working with Autopapa.ge
- History of auto sales at Coprt and IAAI auctions with status and price
- Purchase of Stat Report                    

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

Όνομα Stat Vin Stat Vin
ID nnfmkaglijgngnephnkgmaldmejandhk
Επίσημο URL https://chromewebstore.google.com/detail/stat-vin/nnfmkaglijgngnephnkgmaldmejandhk
Περιγραφή Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms
Μέγεθος Αρχείου 432 KB
Αριθμός Εγκαταστάσεων 3,584
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2020-11-26
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://stat.vin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://stat.vin
Διεύθυνση URL της Σελίδας Βοήθειας https://stat.vin
URL της Σελίδας Πολιτικής Απορρήτου https://stat.vin/privacy-policy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stat Vin",
    "short_name": "Stat Vin",
    "version": "2.2.0",
    "author": "ILC",
    "description": "Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms",
    "default_locale": "en",
    "icons": {
        "16": "icons\/128.png",
        "32": "icons\/128.png",
        "48": "icons\/128.png",
        "64": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "STAT VIN - Autoauction statistics",
        "default_icon": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.iaai.com\/*",
                "*:\/\/*.copart.com\/*"
            ],
            "js": [
                "js\/script.js",
                "js\/copartSearch.js",
                "js\/iaaiSearch.js",
                "libs\/popper.min.js",
                "libs\/kit.fontawesome.js"
            ],
            "css": [
                "css\/style.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.auto.ria.com\/*"
            ],
            "js": [
                "libs\/swiper-bundle.min.js",
                "js\/auto.ria.script.js",
                "js\/autoRiaSearch.js"
            ],
            "css": [
                "css\/navigation.css",
                "css\/swiper.css",
                "css\/style.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.copart.com\/*",
        "*:\/\/*.iaai.com\/*",
        "*:\/\/auto.ria.com\/*",
        "*:\/\/stat.vin\/*",
        "*:\/\/www.googletagmanager.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "template\/*.html",
                "img\/*.png",
                "img\/*.jpg",
                "img\/*.svg",
                "img\/*.gif",
                "img\/agAd\/*.jpg"
            ],
            "matches": [
                "*:\/\/*.iaai.com\/*",
                "*:\/\/*.copart.com\/*",
                "*:\/\/*.auto.ria.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "531578458075-fc4lpk16e9cdptrvd4ndqs1spurmlj35.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    }
}