Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "VinBee \u2013 Copart IAA VIN Lookup Tool with Auction Data, Lot History, Reports",
"description": "Decode VINs with VinBee to get car history, specs and AutoAuction insights for smarter auto purchases in the US and Canada.",
"version": "1.1.0",
"permissions": [
"cookies"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/fox.png",
"images\/mark.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/www.iaai.com\/*",
"https:\/\/www.copart.com\/*"
],
"js": [
"content_catalog_copart.js",
"content_catalog_iaai.js",
"content_car.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"https:\/\/vinscan.online\/*",
"https:\/\/www.iaai.com\/*",
"https:\/\/www.copart.com\/*",
"https:\/\/carfaxshara.com\/*"
]
}