Homer
We allow renters to use their universal rental application with all landlords on Craigslist.
Homer란 무엇입니까?
Homer은(는) https://homerchrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We allow renters to use their universal rental application with all landlords on Craigslist."입니다.
확장 프로그램 스크린샷
Homer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically find and secure rental apartments on Craigslist! Stop searching endlessly, start using Homer. Click on the Homer button or reply to Craigslist listings and Homer will automatically send your best rental application. Click on the Homer button and instantly see all your rental applications that have been sent. Help us expand Homer to more listing websites! If you have any suggestions email us at [email protected] We currently support Craigslist sites in Canada and we are working towards serving global customers. ---------------------------------------------------- By using this add-on, you agree to the Homer and DomoMi Terms & Conditions available at http://www.homerchrome.com/userterms 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.)
확장 프로그램 기본 정보
이름 | Homer |
ID | hcjmodfnboiobnpmgaogpmhdflekmmfj |
공식 URL | https://chromewebstore.google.com/detail/homer/hcjmodfnboiobnpmgaogpmhdflekmmfj |
설명 | We allow renters to use their universal rental application with all landlords on Craigslist. |
파일 크기 | 897 KB |
설치 횟수 | 32 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2017-11-01 |
출시 날짜 | 2017-10-31 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://homerchrome.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://homerchrome.com/ |
개인정보 보호 정책 페이지 URL | https://www.homerchrome.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/homer-16.png", "128": "icons\/homer-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*.craigslist.ca\/", "https:\/\/*.craigslist.ca\/" ], "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*.craigslist.ca\/*\/apa\/*", "https:\/\/*.craigslist.ca\/*\/apa\/*", "http:\/\/*.craigslist.ca\/apa\/*", "https:\/\/*.craigslist.ca\/apa\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icons\/homer-16.png", "128": "icons\/homer-128.png" }, "default_title": "Homer", "default_popup": "index.html" } } |