Save cars across many sites - Bumper Showroom

View all your saved vehicles in one place. Research cars while browsing online before you buy. Use this simple and easy to use tool…

Save cars across many sites - Bumper Showroomคืออะไร?

Save cars across many sites - Bumper Showroom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bumper.com และคุณลักษณะหลักของมันคือ "View all your saved vehicles in one place. Research cars while browsing online before you buy. Use this simple and easy to use tool…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save cars across many sites - Bumper Showroom

ดาวน์โหลดไฟล์ส่วนขยาย Save cars across many sites - Bumper Showroom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View all your saved vehicles in one place. Research cars while browsing online before you buy. Use this simple and easy to use tool to save vehicles you are interested in when researching cars on vehicle marketplace sites such as Autotrader, Carfax, Truecar, Cars.com, Carmax, and others.

Features:
- You can save vehicles from across the web
- Simplify car researching online
- Make your online car shopping easier
- Save time and effort
- Get a vehicle history report when you save a car (up to 1 for new users)
- Unlimited vehicle history reports if you are an existing Bumper customer
- Bumper is a NMVTIS approved data provider

Buying a car is one of life's more exciting experiences but it isn't always as simple as you would like. You may have to do in-depth research to find the best vehicles for sale. Once you have identified the cars you are interested in, you might want to compare them to make the final decision. That's where Bumper Showroom comes in. This simple and easy to use car research extension allows you to save vehicles from across the web and view all saved vehicles in one place. It is designed to simplify the car researching process and make online car shopping easier. It's free and saves you time and effort while researching cars online.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save cars across many sites - Bumper Showroom Save cars across many sites - Bumper Showroom
ID ddcabilfaldblnbjjdakdhdkggmncplh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-cars-across-many-sit/ddcabilfaldblnbjjdakdhdkggmncplh
คำอธิบาย View all your saved vehicles in one place. Research cars while browsing online before you buy. Use this simple and easy to use tool…
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 2,796
เวอร์ชันปัจจุบัน 4.3.7
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2022-03-11
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Bumper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bumper.com/tools/car-research-tool/
URL หน้านโยบายความเป็นส่วนตัว https://www.bumper.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.3.7",
    "manifest_version": 3,
    "name": "Save cars across many sites - Bumper Showroom",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Save cars across many sites - Bumper Showroom",
        "default_icon": "icon-32x32.png"
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-16x16.png",
                "icon-32x32.png",
                "icon-48x48.png",
                "icon-128x128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "bumper-logo.svg",
                "bumper-logo-text.svg",
                "no-image-placeholder.svg",
                "arrow.svg",
                "close-icon.svg",
                "reload.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}