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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}