Information Gathering

With this tool you can gather intel on a website.

Co je Information Gathering?

Information Gathering je rozšíření Chrome vyvinuté social, a jeho hlavní funkcí je „With this tool you can gather intel on a website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Information Gathering

Stáhněte si soubory rozšíření Information Gathering ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This tool will gather the following information from a domain: emails, subdomains, hosts, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database.                    

Základní Informace o Rozšíření

Název Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Oficiální URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Popis With this tool you can gather intel on a website.
Velikost souboru 40.3 KB
Počet instalací 1,080
Aktuální Verze 1.0
Poslední Aktualizace 2016-01-01
Datum Vydání 2016-01-01
Hodnocení 2.60/5 Celkem 5 Hodnocení
Vývojář social
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Information Gathering",
    "version": "1.0",
    "description": "With this tool you can gather intel on a website.",
    "minimum_chrome_version": "18",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}