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 |
官方網址 | 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" } |