Directo - Travel Deals - Save on Fees

Get (easy) direct access to the best deals on hotels and vacation rentals, while browsing your go-to sites.

Directo - Travel Deals - Save on Feesคืออะไร?

Directo - Travel Deals - Save on Fees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getdirecto.com และคุณลักษณะหลักของมันคือ "Get (easy) direct access to the best deals on hotels and vacation rentals, while browsing your go-to sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Directo - Travel Deals - Save on Fees

ดาวน์โหลดไฟล์ส่วนขยาย Directo - Travel Deals - Save on Fees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Want to travel better? You know the hack to getting the best deal on your accommodations is booking directly ▶️  through the company's website. 

With this Extension, you get direct access to the best deals, all while browsing your go-to sites (airbnb, booking, vrbo - more to come soon!). 

No extra effort, no extensive googling to find what you are looking for. It automatically matches the properties on your favorite travel site to their own website.  

Whether you're looking for a cozy cottage, fancy hotel or a luxurious beachfront villa, downloading this Extension ensures that you'll be able to book directly with the property owner, securing the most competitive rates and cutting out any middlemen fees. 

With easy access to the direct website, you can make informed decisions and book your dream vacation rental with confidence.

:::::: Benefits of using the extension :::::: 
🔅 Get a better deal
🔅 No extra effort
🔅 Save on booking fees

:::::: How does it work? :::::: 
1️⃣ Install the chrome extension
2️⃣ Shop for accommodation on your go-to sites
3️⃣ While browsing, you will see the Directo logo on the listings > Click to get the direct link 


This Extension is designed to save you time and money when booking your next vacation, by streamlining the process of finding the best direct deals and eliminating the need for extensive research. 
🧭 Download it today. 

Works on chromium-based browsers such as: Google Chrome, Microsoft Edge, Opera, Brave, etc

----------------------------------------------------

🚨 Attention 🚨 
* We just re-launched this Beta Version
We know we have a lot to learn, and your feedback can help us do that. Please share your thoughts by emailing us at [email protected]

We are a small team just looking to improve and provide you with the best service 🙂 

----------------------------------------------------

User data:
By using this add-on, you agree to the Directo Terms & Conditions available at https://www.getdirecto.com/directo-privacy-statement 

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.

Our chrome extension gives you the direct link to book with the host or with the hotel. Save money, get better deals.

----------------------------------------------------

🏨 Are you a hotel or property manager and want to know how Directo can work for you? Visit us at https://bit.ly/3r6DPyo                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Directo - Travel Deals - Save on Fees Directo - Travel Deals - Save on Fees
ID fonalplhodhnenmokepaijoemaednpjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/directo-travel-deals-save/fonalplhodhnenmokepaijoemaednpjm
คำอธิบาย Get (easy) direct access to the best deals on hotels and vacation rentals, while browsing your go-to sites.
ขนาดไฟล์ 5.74 MB
จำนวนการติดตั้ง 64,108
เวอร์ชันปัจจุบัน 2.17.2
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-09-14
คะแนน 4.48/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา https://getdirecto.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getdirecto.com
URL หน้าช่วยเหลือ https://www.notion.so/FAQ-97542d3f2d684897a02e24f1c552a32b
URL หน้านโยบายความเป็นส่วนตัว https://www.getdirecto.com/directo-privacy-statement
ภาษาที่รองรับ en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.17.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "isolated_world": "script-src 'self'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Directo"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "activeTab",
        "scripting",
        "alarms"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js",
                "js\/vendor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}