Join Cherry - Stop Overpaying for Hotels

Save up to 60% off at 500,000+ hotels worldwide.

Τι είναι το Join Cherry - Stop Overpaying for Hotels;

Το Join Cherry - Stop Overpaying for Hotels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joincherry.com, και η κύρια λειτουργία του είναι "Save up to 60% off at 500,000+ hotels worldwide.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Join Cherry - Stop Overpaying for Hotels

Λήψη αρχείων επέκτασης Join Cherry - Stop Overpaying for Hotels σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Cherry: Stop Overpaying for Hotels.

🌟 Don't waste precious time searching for the best hotel deal. Let Cherry do the work for you and unlock fantastic savings! 🍒

🍭 Sweet deals taste good, and Cherry makes them even sweeter! Think of us as your free, easy money solution. With our browser extension, you can book directly with over 500,000 hotels and save cash (up to 60% off retail rates). Imagine having more money in your pocket to spend on incredible experiences during your travels.

🔍 Our browser extension automatically scours the web to find you the best price for local hotels and pops up just when you need it. Say goodbye to endless searching and book directly with confidence. With the money you save, you can indulge in delightful room service or treat yourself to something special. The choice is yours, and it tastes oh-so-good!

🍽️ Craving a saving? Feed your travels and add Cherry to your browser—it's completely free! Our extension works like magic, bringing you exclusive deals and ensuring you always get the best hotel rate. Let Cherry be your trusted companion on every journey, making travel planning effortless and exciting.

Join Cherry today and start saving on your next adventure! ✨🍒✨                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Join Cherry - Stop Overpaying for Hotels Join Cherry - Stop Overpaying for Hotels
ID chdofjfbphhphdllcadpnaochgcapnid
Επίσημο URL https://chromewebstore.google.com/detail/join-cherry-stop-overpayi/chdofjfbphhphdllcadpnaochgcapnid
Περιγραφή Save up to 60% off at 500,000+ hotels worldwide.
Μέγεθος Αρχείου 4.08 MB
Αριθμός Εγκαταστάσεων 1,380
Τρέχουσα Έκδοση 1.9.76
Τελευταία Ενημέρωση 2023-09-21
Ημερομηνία Δημοσίευσης 2022-03-08
Αξιολόγηση 5.00/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://joincherry.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.joincherry.com
Διεύθυνση URL της Σελίδας Βοήθειας https://travel.joincherry.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.joincherry.com/page/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.9.76",
    "name": "__MSG_extName__",
    "icons": {
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "view\/popup.html"
    },
    "description": "__MSG_extDescription__",
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.chase.com\/personal\/travel",
                "*:\/\/www.lhrcollection.*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "lib\/jquery_3.5.1\/jquery_3_5_1.js",
                "lib\/bootstrap_4_modified\/bootstrap.min.js",
                "baseConfig.js",
                "scripts\/content\/content_config.js",
                "scripts\/customLib\/localizedText.js",
                "scripts\/content\/content_chase.js"
            ],
            "css": [
                "lib\/bootstrap_4_modified\/bootstrap.min.css",
                "styles\/content_chase_style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/rezmeqa.qa.booking.clubxeni.*",
                "*:\/\/booking.joincherry.*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "lib\/jquery_3.5.1\/jquery_3_5_1.js",
                "lib\/bootstrap_4_modified\/bootstrap.min.js",
                "baseConfig.js",
                "scripts\/customLib\/urlValidator.js",
                "scripts\/content\/content_config.js",
                "scripts\/customLib\/localizedText.js",
                "scripts\/content\/content_xeni.js"
            ],
            "css": [
                "lib\/bootstrap_4_modified\/bootstrap.min.css",
                "styles\/content_xeni_style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.joincherry.*",
                "*:\/\/localhost:*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "baseConfig.js",
                "scripts\/content\/content_cherry.js",
                "scripts\/content\/content_external_message.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.booking.com\/*",
                "*:\/\/*.expedia.*",
                "*:\/\/*.hotels.*",
                "*:\/\/*.agoda.*",
                "*:\/\/*.wotif.*",
                "*:\/\/*.airbnb.*",
                "*:\/\/*.skyscanner.*",
                "*:\/\/*.kayak.*",
                "*:\/\/*.qantas.*",
                "*:\/\/services.webjet.*",
                "*:\/\/luxuryescapes.*",
                "*:\/\/*.stayz.*",
                "*:\/\/*.vrbo.*",
                "*:\/\/*.bookabach.*",
                "*:\/\/*.abritel.*",
                "*:\/\/*.fewo-direkt.*",
                "*:\/\/*.trip.*",
                "*:\/\/*.hotelscombined.*",
                "*:\/\/*.rmscloud.*",
                "*:\/\/*\/*test=true*",
                "*:\/\/*.redballoon.*",
                "*:\/\/*.viator.*",
                "*:\/\/*.hostelworld.*",
                "*:\/\/*.priceline.*",
                "*:\/\/*.orbitz.*",
                "*:\/\/*.travelocity.*",
                "*:\/\/*.staypia.*",
                "*:\/\/*.getaroom.*",
                "*:\/\/*.rehlat.*",
                "*:\/\/*.edreams.*",
                "*:\/\/hotelwiz.*",
                "*:\/\/*.gosplitty.*",
                "*:\/\/*.traveluro.*",
                "*:\/\/*.momondo.*",
                "*:\/\/*.travelup.*",
                "*:\/\/*.reservations.*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "lib\/jquery_3.5.1\/jquery_3_5_1.js",
                "lib\/bootstrap_4_modified\/bootstrap.min.js",
                "baseConfig.js",
                "lib\/moment\/moment.js",
                "scripts\/customLib\/localizedText.js",
                "scripts\/customLib\/dateOperation.js",
                "scripts\/customLib\/notification.js",
                "scripts\/content\/content_config.js",
                "scripts\/customLib\/starRating.js",
                "scripts\/customLib\/urlValidator.js",
                "scripts\/customLib\/browserDetection.js",
                "scripts\/customLib\/draggableDiv.js",
                "scripts\/content\/content_external_message.js",
                "scripts\/content\/content_traystate.js",
                "scripts\/content\/content_engine.js",
                "scripts\/content\/content_channel.js",
                "scripts\/content\/content_booking.js",
                "scripts\/content\/custom_popup.js",
                "scripts\/content\/content_script.js"
            ],
            "css": [
                "lib\/bootstrap_4_modified\/bootstrap.min.css",
                "styles\/content_style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/lib\/font\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.joincherry.com\/*"
        ]
    }
}