CISSP Googling

Provides search hints for the astute CISSP executive.

Qu'est-ce que CISSP Googling ?

CISSP Googling est une extension Chrome développée par cissp.googling.extension, et sa fonction principale est "Provides search hints for the astute CISSP executive.".

Télécharger le fichier CRX de l'extension CISSP Googling

Téléchargez les fichiers d'extension CISSP Googling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
URL Officiel https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo
Description Provides search hints for the astute CISSP executive.
Taille du Fichier 5.34 KB
Nombre d'Installations 30
Version Actuelle 0.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur cissp.googling.extension
Type de Paiement free
Langues Prises en Charge 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"
    ]
}