Business Investigator
Explore the business behind the website.
What is Business Investigator?
Business Investigator is a Chrome extension developed by https://www.opendiscovery.biz, and its main feature is "Explore the business behind the website.".
Extension Screenshots
Download Business Investigator Extension CRX File
Download Business Investigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Business Investigator |
ID | kdnkelhohlogiebdcmicchkadjmkhdgm |
Official URL | https://chromewebstore.google.com/detail/business-investigator/kdnkelhohlogiebdcmicchkadjmkhdgm |
Description | Explore the business behind the website. |
File Size | 35.34 KB |
Installation Count | 16 |
Current Version | 0.0.5 |
Last Updated | 2017-09-18 |
Publish Date | 2017-09-18 |
Developer | https://www.opendiscovery.biz |
[email protected] | |
Payment Type | free |
Extension Website | https://www.opendiscovery.biz/investigator |
Supported Languages | 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" } |