Business Investigator

Explore the business behind the website.

Τι είναι το Business Investigator;

Το Business Investigator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.opendiscovery.biz, και η κύρια λειτουργία του είναι "Explore the business behind the website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Business Investigator

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
}