KBB Car Value for Facebook Marketplace

Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com

KBB Car Value for Facebook Marketplace là gì?

KBB Car Value for Facebook Marketplace là một tiện ích mở rộng Chrome được phát triển bởi History+, và tính năng chính của nó là "Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KBB Car Value for Facebook Marketplace

Tải xuống các tệp mở rộng KBB Car Value for Facebook Marketplace 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

                        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 Facebook.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KBB Car Value for Facebook Marketplace KBB Car Value for Facebook Marketplace
ID fklpkhakjncacckmgfioiclmkdjedmmm
URL Chính Thức https://chromewebstore.google.com/detail/kbb-car-value-for-faceboo/fklpkhakjncacckmgfioiclmkdjedmmm
Mô tả Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 0.6.9
Cập Nhật Lần Cuối 2023-06-16
Ngày Phát Hành 2023-05-13
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển History+
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/kbb-car-value-tools/
URL Trang Trợ Giúp https://sites.google.com/view/kbb-car-value-tools/contact-us
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/history-plus-extension/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "KBB Car Value for Facebook Marketplace",
    "short_name": "KBB for Facebook",
    "description": "Get used car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com",
    "version": "0.6.9",
    "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 Facebook"
    },
    "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",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/upa.syndication.kbb.com\/*",
        "*:\/\/*.kbb.com\/*",
        "*:\/\/*.facebook.com\/marketplace\/*"
    ],
    "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": [
                "*:\/\/*.facebook.com\/marketplace\/item*",
                "*:\/\/*.facebook.com\/marketplace\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "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": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}