Rentivo Marketplace Filter
Find undiscovered gems / owners & agents to contact directly.
Rentivo Marketplace Filter란 무엇입니까?
Rentivo Marketplace Filter은(는) Rentivo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find undiscovered gems / owners & agents to contact directly."입니다.
확장 프로그램 스크린샷
Rentivo Marketplace Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |