HOMEADNET

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

Τι είναι το HOMEADNET;

Το HOMEADNET είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://homeadnet.com, και η κύρια λειτουργία του είναι "Real Estate Web and Social Platform to help Realtors manage their content and create networking and marketing opportunities.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HOMEADNET

Λήψη αρχείων επέκτασης HOMEADNET σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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';"
}