KBB Car Value for Craigslist
Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com
KBB Car Value for Craigslistとは何ですか?
KBB Car Value for CraigslistはHistory+によって開発されたChromeの拡張機能で、その主な機能は「Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com」です。
拡張機能のスクリーンショット
KBB Car Value for Craigslist拡張機能のCRXファイルをダウンロード
KBB Car Value for Craigslist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our "KBB Car Value" extension helps you avoid the worst car models when saving your time!
Here are features:
🚘 Automatically get the KBB car value in seconds:
- KBB price range and the car value;
- Showing the price gap of listing and KBB value; You can make the right decision!
🛑 Show warning for 250+ worst used cars listed on Consumer Report
- Avoid buying those cars!!!
🛑 Show warning for 60+ used cars blocked by some insurance company due vulnerable to theft
- Avoid buying those cars!!!
🚘 Save your time, Save your money!
- Smart car Make/Model/Style/Condition extractor from the post; Better than your manual work
- Easily get price under different conditions.
Note:
📝 KBB Car Value for Craigslist is not affiliated with Kelley Blue Book or Craigslist. 拡張機能の基本情報
| 名前 | |
| ID | adjgkednknpgidopmohfjpnodjcbfeih |
| 公式URL | https://chromewebstore.google.com/detail/kbb-car-value-for-craigsl/adjgkednknpgidopmohfjpnodjcbfeih |
| 説明 | Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com |
| ファイルサイズ | 212 KB |
| インストール数 | 58 |
| 現在のバージョン | 0.6.8 |
| 最終更新日 | 2023-06-16 |
| 公開日 | 2023-05-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | History+ |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sites.google.com/view/kbb-car-value-tools/ |
| ヘルプページのURL | https://sites.google.com/view/kbb-car-value-tools/contact-us |
| プライバシーポリシーページのURL | https://sites.google.com/view/history-plus-extension/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"name": "KBB Car Value for Craigslist",
"short_name": "KBB for Craigslist",
"description": "Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com",
"version": "0.6.8",
"manifest_version": 3,
"author": "Tom Zenho",
"action": {
"default_icon": {
"128": "assets\/icons\/car$value_128.png",
"16": "assets\/icons\/car$value_16.png",
"32": "assets\/icons\/car$value_32.png",
"48": "assets\/icons\/car$value_48.png",
"64": "assets\/icons\/car$value_64.png"
},
"default_popup": "popup.html",
"default_title": "KBB for Craigslist"
},
"icons": {
"128": "assets\/icons\/car$value_128.png",
"16": "assets\/icons\/car$value_16.png",
"32": "assets\/icons\/car$value_32.png",
"48": "assets\/icons\/car$value_48.png",
"64": "assets\/icons\/car$value_64.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/upa.syndication.kbb.com\/*",
"*:\/\/*.kbb.com\/*"
],
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"assets\/css\/bootstrap-small.css",
"assets\/css\/content.css"
],
"js": [
"assets\/js\/external\/jquery-3.6.4.min.js",
"config.js",
"assets\/data\/cars-worst-car-to-avoid.js",
"assets\/data\/cars-blocked-by-insurance.js",
"assets\/js\/utils.js",
"assets\/js\/content_script.js"
],
"matches": [
"*:\/\/*.craigslist.org\/ct*\/*.html",
"*:\/\/*.craigslist.org\/*\/ct*\/*.html",
"*:\/\/*.craigslist.ca\/ct*\/*.html",
"*:\/\/*.craigslist.com\/ct*\/*.html"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"cross_origin_embedder_policy": {
"value": "require-corp"
},
"cross_origin_opener_policy": {
"value": "same-origin"
},
"incognito": "not_allowed",
"offline_enabled": false,
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/*",
"assets\/css\/*",
"assets\/data\/*",
"config.js",
"assets\/js\/*.js",
"pages\/*.html",
"https:\/\/upa.syndication.kbb.com\/*"
],
"matches": [
" | |