Business Investigator
Explore the business behind the website.
什么是Business Investigator?
Business Investigator是由https://www.opendiscovery.biz开发的Chrome扩展程序,该扩展的主要功能是“Explore the business behind the website.”。
扩展截图
下载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 |
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" } |