Rentivo Marketplace Filter
Find undiscovered gems / owners & agents to contact directly.
ما هو Rentivo Marketplace Filter؟
Rentivo Marketplace Filter هو إضافة Chrome تم تطويرها بواسطة Rentivo، والميزة الرئيسية لها هي "Find undiscovered gems / owners & agents to contact directly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rentivo Marketplace Filter
قم بتنزيل ملفات الامتداد Rentivo Marketplace Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find undiscovered gems / owners & agents to contact directly. The Rentivo marketplace filter is a free Google chrome extension to aid with your rental research by filtering large vacation rental marketplaces from Google search results. With such prominence it is often hard to find your own website or other specialist ones in the fist few pages.
معلومات أساسية عن التمديد
الاسم | Rentivo Marketplace Filter |
ID | nocefinmboiaciigloddfnomeakkekoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rentivo-marketplace-filte/nocefinmboiaciigloddfnomeakkekoa |
الوصف | Find undiscovered gems / owners & agents to contact directly. |
حجم الملف | 56.56 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.8.1 |
آخر تحديث | 2015-09-17 |
تاريخ النشر | 2015-09-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Rentivo |
نوع الدفع | free |
موقع الإضافة | http://rentivo.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rentivo Marketplace Filter", "description": "Find undiscovered gems \/ owners & agents to contact directly.", "version": "0.8.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.google.ar\/*", "*:\/\/*.google.au\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.bg\/*", "*:\/\/*.google.br\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.cy\/*", "*:\/\/*.google.cr\/*", "*:\/\/*.google.cz\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.eg\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.gg\/*", "*:\/\/*.google.gl\/*", "*:\/\/*.google.gr\/*", "*:\/\/*.google.hk\/*", "*:\/\/*.google.hu\/*", "*:\/\/*.google.id\/*", "*:\/\/*.google.ie\/*", "*:\/\/*.google.im\/*", "*:\/\/*.google.in\/*", "*:\/\/*.google.is\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.je\/*", "*:\/\/*.google.jm\/*", "*:\/\/*.google.jp\/*", "*:\/\/*.google.ke\/*", "*:\/\/*.google.lk\/*", "*:\/\/*.google.li\/*", "*:\/\/*.google.la\/*", "*:\/\/*.google.lu\/*", "*:\/\/*.google.ma\/*", "*:\/\/*.google.md\/*", "*:\/\/*.google.me\/*", "*:\/\/*.google.mx\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.nz\/*", "*:\/\/*.google.pa\/*", "*:\/\/*.google.pr\/*", "*:\/\/*.google.pt\/*", "*:\/\/*.google.qa\/*", "*:\/\/*.google.ru\/*", "*:\/\/*.google.sg\/*", "*:\/\/*.google.sm\/*", "*:\/\/*.google.th\/*", "*:\/\/*.google.tr\/*", "*:\/\/*.google.ua\/*", "*:\/\/*.google.uk\/*", "*:\/\/*.google.za\/*" ], "js": [ "jquery.min.js", "background.js" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" } } |