Business Investigator

Explore the business behind the website.

Qu'est-ce que Business Investigator ?

Business Investigator est une extension Chrome développée par https://www.opendiscovery.biz, et sa fonction principale est "Explore the business behind the website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Business Investigator

Téléchargez les fichiers d'extension Business Investigator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Business Investigator Business Investigator
ID kdnkelhohlogiebdcmicchkadjmkhdgm
URL Officiel https://chromewebstore.google.com/detail/business-investigator/kdnkelhohlogiebdcmicchkadjmkhdgm
Description Explore the business behind the website.
Taille du Fichier 35.34 KB
Nombre d'Installations 16
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-09-18
Date de Publication 2017-09-18
Développeur https://www.opendiscovery.biz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.opendiscovery.biz/investigator
Langues Prises en Charge 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"
}