Explore nearby places for Airbnb
Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions.
ما هو Explore nearby places for Airbnb؟
Explore nearby places for Airbnb هو إضافة Chrome تم تطويرها بواسطة https://yapq.com، والميزة الرئيسية لها هي "Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Explore nearby places for Airbnb
قم بتنزيل ملفات الامتداد Explore nearby places for Airbnb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        With yapQ’s plugin for Airbnb you can:
✓ Explore must-see places around the listing
✓ See exact distance to help you decide between listings
✓ Plan your daily travels with ease
✓ Create custom lists of must-see places based on your booking (on yapq.com)
"Brilliant! It’s an essential plugin for anyone using Airbnb for travel" - Paul, London
"So simple and beautiful - it’s a feature Airbnb should have offered years ago" - Ethan, SF
No more ‘a 5min walk to city center’ or ‘centrally located, near Buckingham Palace’. yapQ plugin for Airbnb is the ideal companion for your next booking. Get it now!
----
Other products from yapQ:
iPhone & Android apps
yapQ.com
Follow yapQ online:
Facebook - http://www.facebook.com/yapQapp
Twitter - http://twitter.com/yapQapp
***************
Support
We’re happy to hear your thoughts and feedback. Please email us directly: [email protected] or ping us on Twitter: @yapQapp.                     معلومات أساسية عن التمديد
| الاسم |  | 
| ID | ajklapihhlcmcoaeecfeegnfaibiahdg | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/explore-nearby-places-for/ajklapihhlcmcoaeecfeegnfaibiahdg | 
| الوصف | Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions. | 
| حجم الملف | 262 KB | 
| عدد التثبيتات | 3,859 | 
| النسخة الحالية | 2.0.1 | 
| آخر تحديث | 2016-02-23 | 
| تاريخ النشر | 2016-02-23 | 
| تقييم | 4.26/5 مجموع تقييمات 42 | 
| المطور | https://yapq.com | 
| نوع الدفع | free | 
| عنوان صفحة المساعدة | http://yapq.com/contact | 
| اللغات المدعومة | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Explore nearby places for Airbnb",
    "version": "2.0.1",
    "description": "Explore must-see places around your Airbnb listing, see exact distance with a short description of popular attractions.",
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "lightslider.js",
                "background.js"
            ],
            "css": [
                "customStyles.css",
                "lightslider.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
} | |