should-i-trust

OSINT tool to evaluate the trustworthiness of a company

What is should-i-trust?

should-i-trust is a Chrome extension developed by ericalexander.org, and its main feature is "OSINT tool to evaluate the trustworthiness of a company".

Extension Screenshots

screenshot
screenshot

Download should-i-trust Extension CRX File

Download should-i-trust 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

                        should-i-trust is a information security tool to evaluate Open Source Intelligence (OSINT) signals for a domain. The tool is designed to aggregate and explore data from multiple sources. Requires API keys (free) from: virustotal.com, censys.io, and grayhatwarfare.com.                    

Extension Basic Information

Name should-i-trust should-i-trust
ID hocfamfiidomggjegfgenhgaaifjjmla
Official URL https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla
Description OSINT tool to evaluate the trustworthiness of a company
File Size 367 KB
Installation Count 290
Current Version 0.0.0.5
Last Updated 2019-12-20
Publish Date 2019-12-16
Developer ericalexander.org
Email [email protected]
Payment Type free
Extension Website https://github.com/ericalexanderorg/should-i-trust
Help Page URL https://github.com/ericalexanderorg/should-i-trust/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "should-i-trust",
    "version": "0.0.0.5",
    "description": "OSINT tool to evaluate the trustworthiness of a company",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/ericalexanderorg\/should-i-trust",
    "permissions": [
        "https:\/\/stat.ripe.net\/*",
        "https:\/\/viz.greynoise.io\/api\/*",
        "https:\/\/buckets.grayhatwarfare.com\/api\/*",
        "https:\/\/www.virustotal.com\/vtapi\/*",
        "https:\/\/gitlab.com\/api\/*",
        "https:\/\/api.github.com\/*",
        "https:\/\/censys.io\/api\/*",
        "https:\/\/transparencyreport.google.com\/transparencyreport\/api\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "should-i-trust",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}