Hotel Deals

HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking

什麼是Hotel Deals?

Hotel Deals是由https://www.bedroomchecker.com開發的Chrome擴展程式,該擴展的主要功能是“HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking”。

擴展截圖

screenshot
screenshot

下載Hotel Deals擴展crx文件

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

擴展使用說明

                        Bedroom Checker offer customers great hotel deals, huge selections of cheap hotel rooms available with instant hotel booking.

Please visit our website at http://www.bedroomchecker.com                    

擴展基本資訊

名稱 Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
官方網址 https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
簡介 HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
檔案大小 401 KB
安裝次數 40
目前版本 2.0
更新時間 2017-09-17
上架時間 2017-09-04
評分 5.00/5 共 1 次評分
開發者 https://www.bedroomchecker.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.bedroomchecker.com
說明頁面URL http://www.bedroomchecker.com/company/faq
隱私政策頁面URL http://www.bedroomchecker.com/company/privacy
支援的語言 id,ms,de,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking",
    "browser_action": {
        "default_icon": {
            "19": "Icon19.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "Icon128.png",
        "19": "Icon19.png",
        "48": "Icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hotels.bedroomchecker.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Hotel Deals",
    "default_locale": "en_US",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "2.0"
}