HOMEADNET

Real Estate Web and Social Platform to help Realtors manage their content and create networking and marketing opportunities.

HOMEADNET란 무엇입니까?

HOMEADNET은(는) http://homeadnet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real Estate Web and Social Platform to help Realtors manage their content and create networking and marketing opportunities."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HOMEADNET 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is the companion Chrome Extension for registered users of homeadnet.com.  It requires a valid, active account to connect to the network. HOMEADNET is a Powerful Real Estate Web and Social Platform designed to help Realtors manage their web and social content and open up new networking and marketing opportunities.

Get easy access to the HOMADNET Home Feed and monitor activity in your network.  You can like and comment on posts, share content, check emails and receive notifications.

If you are a licensed Realtor and wish to use this extension make sure to sign-up for a FREE account at http://homeadnet.com

HOMEADNET’s FREE account comes with many powerful features:

Professional Real Estate Website
Social Network Dashboard and Connectivity
Industry Networking
Property Listings Manager
Blogging
Messaging
And so much more!                    

확장 프로그램 기본 정보

이름 HOMEADNET HOMEADNET
ID jpppdmgeobbgbfccinlabfdmlifeheln
공식 URL https://chrome.google.com/webstore/detail/homeadnet/jpppdmgeobbgbfccinlabfdmlifeheln
설명 Real Estate Web and Social Platform to help Realtors manage their content and create networking and marketing opportunities.
파일 크기 116 KB
설치 횟수 69
현재 버전 0.2.1
최근 업데이트 2013-09-07
출시 날짜 2013-09-07
평점 5.00/5 총 3 개의 평점
개발자 http://homeadnet.com
결제 유형 free
확장 프로그램 웹 사이트 http://homeadnet.com
도움말 페이지 URL http://homeadnet.com/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HOMEADNET",
    "version": "0.2.1",
    "description": "Real Estate Web and Social Platform to help Realtors manage their content and create networking and marketing opportunities.",
    "homepage_url": "http:\/\/homeadnet.com",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "minimum_chrome_version": "25",
    "browser_action": {
        "default_icon": "icon19-offline.png",
        "default_title": "HOMEADNET",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "incognito": "split",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "cookies",
        "alarms",
        "webNavigation",
        "*:\/\/localhost\/*",
        "*:\/\/homeadnet.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8080\/account\/chrome-ext\/*",
                "http:\/\/homeadnet.com\/account\/chrome-ext\/*"
            ],
            "js": [
                "resources\/js\/jquery-1.8.0.min.js",
                "resources\/js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';"
}