Booking.com price tracker

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

什麼是Booking.com price tracker?

Booking.com price tracker是由aliprice2開發的Chrome擴展程式,該擴展的主要功能是“Track price history on Booking.com, save money for you”。

擴展截圖

screenshot

下載Booking.com price tracker擴展crx文件

下載Booking.com price tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Booking.com price tracker Booking.com price tracker
ID kddajedgmmccjldkcbafjlmcpcgkaodp
官方網址 https://chromewebstore.google.com/detail/bookingcom-price-tracker/kddajedgmmccjldkcbafjlmcpcgkaodp
簡介 Track price history on Booking.com, save money for you
檔案大小 2.49 MB
安裝次數 5,666
目前版本 3.0.2
更新時間 2023-10-10
上架時間 2019-12-06
評分 4.51/5 共 59 次評分
開發者 aliprice2
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.aliprice.com/
說明頁面URL https://www.aliprice.com/information/index?page=contact
隱私政策頁面URL https://www.aliprice.com/information/index/page/privacy
支援的語言 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\/*"
            ]
        }
    ]
}