Business Investigator

Explore the business behind the website.

O que é Business Investigator?

Business Investigator é uma extensão do Chrome desenvolvida por https://www.opendiscovery.biz, e sua principal característica é "Explore the business behind the website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Business Investigator

Baixe arquivos de extensão Business Investigator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Business Investigator Business Investigator
ID kdnkelhohlogiebdcmicchkadjmkhdgm
URL Oficial https://chromewebstore.google.com/detail/business-investigator/kdnkelhohlogiebdcmicchkadjmkhdgm
Descrição Explore the business behind the website.
Tamanho do Arquivo 35.34 KB
Contagem de Instalações 16
Versão Atual 0.0.5
Última Atualização 2017-09-18
Data de Publicação 2017-09-18
Desenvolvedor https://www.opendiscovery.biz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.opendiscovery.biz/investigator
Idiomas Suportados 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"
}