Helios Scout

Helios Scout is a simple browser extension which makes property information available anywhere on the web.

Τι είναι το Helios Scout;

Το Helios Scout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joinhelios.com, και η κύρια λειτουργία του είναι "Helios Scout is a simple browser extension which makes property information available anywhere on the web.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Helios Scout is available to you all around the web, with property information just at the tip of your finger. Visit any website, if there are addresses in the page for supported cities, select and search, and you'd be able to see all the property information!

We are also tightly integrated with Google Maps. Just search on Google Maps and we'll be there with all the property information.

Helios Scout currently supports New York City. 

Where do you want us next? Let us know https://forms.gle/pVhq1o7T415r4DoCA                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Helios Scout Helios Scout
ID cknbddjfakidcimkidnhhnjknnpohomi
Επίσημο URL https://chromewebstore.google.com/detail/helios-scout/cknbddjfakidcimkidnhhnjknnpohomi
Περιγραφή Helios Scout is a simple browser extension which makes property information available anywhere on the web.
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2021-04-01
Ημερομηνία Δημοσίευσης 2021-02-17
Προγραμματιστής https://joinhelios.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Helios Scout is a simple browser extension which makes property information available anywhere on the web.",
    "version": "0.1.2.0",
    "version_name": "0.1.2",
    "name": "Helios Scout ",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.16.png",
        "48": "icon.48.png",
        "128": "icon.128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content-script.bundle.js"
            ],
            "css": [
                "content-script.style.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com\/; object-src 'self'"
}