Business Investigator

Explore the business behind the website.

Business Investigator란 무엇입니까?

Business Investigator은(는) https://www.opendiscovery.biz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore the business behind the website."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Business Investigator is a part of the OpenDiscovery project that enables legitimate businesses to prove their identity and publish information about their services.

The specific purpose of Business Investigator is to provide information helping you to avoid phishing attacks from illegitimate persons and businesses.

Business Investigator relies on local business registries to provide a URL in the public records of their registered businesses. This is currently supported in Denmark, Norway, Finland, and New Zealand. Until other countries catch up, their businesses will need an EV or Qualified Web Site Certificate to benefit from OpenDiscovery.                    

확장 프로그램 기본 정보

이름 Business Investigator Business Investigator
ID kdnkelhohlogiebdcmicchkadjmkhdgm
공식 URL https://chromewebstore.google.com/detail/business-investigator/kdnkelhohlogiebdcmicchkadjmkhdgm
설명 Explore the business behind the website.
파일 크기 35.34 KB
설치 횟수 16
현재 버전 0.0.5
최근 업데이트 2017-09-18
출시 날짜 2017-09-18
개발자 https://www.opendiscovery.biz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.opendiscovery.biz/investigator
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business Investigator",
    "version": "0.0.5",
    "description": "Explore the business behind the website.",
    "author": "OpenDiscovery",
    "icons": {
        "16": "icons\/blue16.png",
        "48": "icons\/blue48.png",
        "128": "icons\/blue128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/grey19.png",
            "38": "icons\/grey38.png"
        },
        "default_title": "Business Investigator",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lru.js",
            "validator.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "homepage_url": "https:\/\/www.opendiscovery.biz"
}