Helios Scout

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

Helios Scout란 무엇입니까?

Helios Scout은(는) https://joinhelios.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helios Scout is a simple browser extension which makes property information available anywhere on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

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