Realable
Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.
Realable란 무엇입니까?
Realable은(는) http://realable.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website."입니다.
확장 프로그램 스크린샷
Realable 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Record your screen while you search for homes on any website including Zillow, Realtor.com, Trulia.com & more. We're building a social network for real estate that allows you to mix, record and have fun with home listings anywhere you find them. Any web page can be recorded. Even blogs, home design websites, Instagram, Pinterest, etc. Build your following, get sponsored & start making money having fun with real estate. Features: Record your video & audio as you scroll through a listing. Share your unique thoughts & expertise. Send video messages with home listings privately to clients. Save & Publish to the web to market yourself & the listing. Add stickers, text & more to your videos. Share videos on any social media site...including Facebook Neighborhood Groups. Generate & Convert home buyer & seller leads using video home tours. Upgrade to add your logo & phone number to your videos. Record home listings on your Agent MLS Search site. Import your Contacts & save your favorites for faster sending. Receive Read Receipts when your message is read. Create Groups to record listings together. Audio only mode to hide your video while you record. Record multiple listings as you search. Record 3d home presentations on Matterport.
확장 프로그램 기본 정보
이름 | |
ID | okcdijgimldmpdlbhgnllfidedjpnbch |
공식 URL | https://chrome.google.com/webstore/detail/realable/okcdijgimldmpdlbhgnllfidedjpnbch |
설명 | Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website. |
파일 크기 | 3.5 MB |
설치 횟수 | 65 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-03-26 |
출시 날짜 | 2020-06-11 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://realable.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://realable.com |
도움말 페이지 URL | https://realable.com/support |
개인정보 보호 정책 페이지 URL | https://whitefishlabs.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Realable", "short_name": "Realable", "version": "1.0.6", "manifest_version": 2, "description": "Fun with Real Estate! Record your screen while searching on Zillow, Realtor.com or your favorite real estate agents website.", "browser_action": { "default_icon": "images\/icon2_128.png", "default_popup": "lib\/popup.html" }, "web_accessible_resources": [ "images\/*", "fonts\/*", "lib\/*" ], "icons": { "16": "images\/icon2_16.png", "48": "images\/icon2_48.png", "64": "images\/icon2_64.png", "128": "images\/icon2_128.png" }, "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "tabCapture", "activeTab", "contextMenus", "notifications" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "lib\/jquery-ui.min.js", "lib\/content.js", "lib\/popup.js", "lib\/record.js" ], "css": [ "lib\/record.css", "lib\/ani.css", "lib\/jquery-ui.min.css" ], "run_at": "document_end", "all_frames": false } ], "externally_connectable": { "matches": [ "https:\/\/*.realable.com\/*" ] } } |