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
公式URL 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
Eメール [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"
}