Hotel Deals

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

Hotel Deals là gì?

Hotel Deals là một tiện ích mở rộng Chrome được phát triển bởi https://www.bedroomchecker.com, và tính năng chính của nó là "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hotel Deals

Tải xuống các tệp mở rộng Hotel Deals 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

                        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                    

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

Tên Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
URL Chính Thức https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Mô tả HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Kích Thước Tệp 401 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-09-17
Ngày Phát Hành 2017-09-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.bedroomchecker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bedroomchecker.com
URL Trang Trợ Giúp http://www.bedroomchecker.com/company/faq
URL Trang Chính Sách Bảo Mật http://www.bedroomchecker.com/company/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}