CISSP Googling

Provides search hints for the astute CISSP executive.

¿Qué es CISSP Googling?

CISSP Googling es una extensión de Chrome desarrollada por cissp.googling.extension, y su función principal es "Provides search hints for the astute CISSP executive.".

Descargar Archivo CRX de la Extensión CISSP Googling

Descarga archivos de extensión CISSP Googling en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
URL Oficial https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo
Descripción Provides search hints for the astute CISSP executive.
Tamaño del Archivo 5.34 KB
Cantidad de Instalaciones 30
Versión Actual 0.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador cissp.googling.extension
Tipo de Pago free
Idiomas Soportados 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"
    ]
}