CISSP Googling
Provides search hints for the astute CISSP executive.
Cos'è CISSP Googling?
CISSP Googling è un'estensione di Chrome sviluppata da cissp.googling.extension, e la sua funzione principale è "Provides search hints for the astute CISSP executive.".
Scarica il file CRX dell'estensione CISSP Googling
Scarica i file di estensione CISSP Googling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ohppnpnbbooolnefllmgicbohpafncbo |
| URL Ufficiale | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
| Descrizione | Provides search hints for the astute CISSP executive. |
| Dimensione del File | 5.34 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2019-03-08 |
| Data di Pubblicazione | 2019-03-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | cissp.googling.extension |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |