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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |