Hotel Deals Finder

Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels

Apa itu Hotel Deals Finder?

Hotel Deals Finder adalah ekstensi Chrome yang dikembangkan oleh https://nextseek.appspot.com, dan fitur utamanya adalah "Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hotel Deals Finder

Unduh file ekstensi Hotel Deals Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Hotel Deals Finder Hotel Deals Finder
ID jdkjckndecegekgnogmeobdajbnnmgng
URL Resmi https://chromewebstore.google.com/detail/hotel-deals-finder/jdkjckndecegekgnogmeobdajbnnmgng
Deskripsi Find cheap hotels and discounts when you book on hotels.com. Compare hotel deals, offers and read unbiased reviews on hotels
Ukuran File 30.91 KB
Jumlah Instalasi 1,052
Versi Saat Ini 2.1.2.1
Terakhir Diperbarui 2018-03-04
Tanggal Publikasi 2018-03-04
Penilaian 2.60/5 Total 10 Penilaian
Pengembang https://nextseek.appspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nextseek.appspot.com/en
URL Halaman Bantuan https://nextseek.appspot.com/en
URL Halaman Kebijakan Privasi https://smartlivingbox.com/pages/privacy-policy
Bahasa yang Didukung de,en,en-GB,en-US,fr,vi,es,th,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.1.2.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hotel"
    },
    "browser_action": {
        "default_icon": "hotelscom.png",
        "default_title": "Hotels.com"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "bookmarks"
    ],
    "icons": {
        "128": "hotels.png",
        "16": "hotelscom.png"
    }
}