CISSP Googling

Provides search hints for the astute CISSP executive.

Was ist CISSP Googling?

CISSP Googling ist eine Chrome-Erweiterung, die von cissp.googling.extension entwickelt wurde, und ihr Hauptmerkmal ist "Provides search hints for the astute CISSP executive.".

CISSP Googling-Erweiterungs-CRX-Datei herunterladen

Laden Sie CISSP Googling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This app take out all the hard work from being a CISSP professional. It delivers current, cutting edge hints on topical google searches performed by other thought leading CISSPs around the globe.

A must have for the aspiring CISSP cyber professional executive who wants to stay ahead of current events.

* This application and the developer is in no way related to CISSP, (ISC)2 or @CISSP_Googling                    

Grundlegende Informationen zur Erweiterung

Name CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
Offizielle URL https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo
Beschreibung Provides search hints for the astute CISSP executive.
Dateigröße 5.34 KB
Installationsanzahl 30
Aktuelle Version 0.2
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler cissp.googling.extension
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CISSP Googling",
    "description": "Provides search hints for the astute CISSP executive.",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "cissp.png"
    },
    "permissions": [
        "history",
        "bookmarks",
        "https:\/\/twitter.com\/cissp_googling"
    ]
}