AutoHUB
AutoHUB
AutoHUB là gì?
AutoHUB là một tiện ích mở rộng Chrome được phát triển bởi AutoHUB, và tính năng chính của nó là "AutoHUB".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AutoHUB
Tải xuống các tệp mở rộng AutoHUB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Подробная информация о лотах на крупнейших автомобильных аукционах - Copart и IAAI. Узнайте больше о продавце, оценочной стоимости авто и его ремонта, была ли машина в продаже ранее. Калькулятор стоимости доставки в удобный для вас порт в России, Украине и Германии. Будьте в курсе того, за что платите! Collected information from Copart and IAAI lots to provide better informational interface for customers. No commercial info or monetization provided Please read our Privacy Policy: https://auto-hub.info/privacy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AutoHUB |
ID | hmggkpdlmdpffhehmejnfglmhengbpki |
URL Chính Thức | https://chromewebstore.google.com/detail/autohub/hmggkpdlmdpffhehmejnfglmhengbpki |
Mô tả | AutoHUB |
Kích Thước Tệp | 315 KB |
Số Lần Cài Đặt | 8,315 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2020-01-30 |
Ngày Phát Hành | 2020-01-29 |
Đánh Giá | 4.10/5 Tổng số 91 Đánh Giá |
Nhà Phát Triển | AutoHUB |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://auto-hub.info/ |
URL Trang Chính Sách Bảo Mật | https://auto-hub.info/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,ru,uk |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/ga.js", "js\/imported.js", "js\/underscore-min.js", "js\/storage.js", "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/content_script.css" ], "js": [ "js\/t1.js", "js\/ga.js", "js\/jquery.min.js", "js\/underscore-min.js", "lib\/date.format.js", "lib\/moment.min.js", "js\/translations.js", "js\/imported.js", "js\/align.js", "js\/content_script.js" ], "matches": [ "https:\/\/*.copart.com\/*", "https:\/\/*.iaai.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "AutoHUB", "icons": { "128": "img\/ext_icons\/logo_128.png", "16": "img\/ext_icons\/logo_16.png", "48": "img\/ext_icons\/logo_48.png", "96": "img\/ext_icons\/logo_96.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgBjZndCqO4i01F3QfHo44Esn++ixuXCacAPtCtLSEYv3GL6Sd\/csfEz0i1siDwwxVOLP\/1A1ECl0k1fJ19Wn5lQqx2w6s11r\/8QwfJVW4SAhif45YGMp6surO+2ktz3pByd9maifmJg1pSkN0uHZAGmiiIg7bgAKolnuFirKWV8Ezaq\/bbbh6ZhT0JbFAdQo9FYis10mYJqjmjlAc0x7Mzo8kLN+UI9hFND1RQZ\/duJiuzQRZ9bV4o9mtHp3vBNsMUQTG6r9oDdU1Y8F\/VOqWZm2tGloDLhYMbntbcl\/s5Qu5x4o6TtgYb\/Dml2TpzPlVEYi\/ihrp3Io6oqy+jUfpwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "42", "name": "AutoHUB", "options_ui": { "chrome_style": true, "page": "options.html" }, "page_action": { "chrome_style": true, "default_icon": { "19": "img\/ext_icons\/logo_482.png", "38": "img\/ext_icons\/logo_962.png" }, "default_title": "AutoHUB" }, "permissions": [ "https:\/\/*.copart.com\/*", "https:\/\/*.iaai.com\/*", "activeTab", "storage", "tabs", "notifications", "contextMenus", "alarms" ], "short_name": "AutoHUB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0", "web_accessible_resources": [ "img\/*", "js\/bridge.js" ] } |