Booking.com price tracker

Track price history on Booking.com, save money for you

Booking.com price tracker là gì?

Booking.com price tracker là một tiện ích mở rộng Chrome được phát triển bởi aliprice2, và tính năng chính của nó là "Track price history on Booking.com, save money for you".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Booking.com price tracker

Tải xuống các tệp mở rộng Booking.com price tracker 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

                        Booking.com Price Tracker is an extension for Booking.com. With it you can check price history of hotels.

Booking is a trademark of Booking.com, Inc. This extension was not created or endorsed by Booking.com, Inc

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Booking affiliate program links. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

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

Tên Booking.com price tracker Booking.com price tracker
ID kddajedgmmccjldkcbafjlmcpcgkaodp
URL Chính Thức https://chromewebstore.google.com/detail/bookingcom-price-tracker/kddajedgmmccjldkcbafjlmcpcgkaodp
Mô tả Track price history on Booking.com, save money for you
Kích Thước Tệp 2.49 MB
Số Lần Cài Đặt 5,666
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2019-12-06
Đánh Giá 4.51/5 Tổng số 59 Đánh Giá
Nhà Phát Triển aliprice2
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aliprice.com/
URL Trang Trợ Giúp https://www.aliprice.com/information/index?page=contact
URL Trang Chính Sách Bảo Mật https://www.aliprice.com/information/index/page/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10467&channel=chrome&platform=booking&version=3.0.2&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.booking.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.booking.com\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.booking.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}