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ファイルをダウンロード

Business Investigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}