CISSP Googling
Provides search hints for the astute CISSP executive.
Co je CISSP Googling?
CISSP Googling je rozšíření Chrome vyvinuté cissp.googling.extension, a jeho hlavní funkcí je „Provides search hints for the astute CISSP executive.“.
Stáhnout soubor CRX rozšíření CISSP Googling
Stáhněte si soubory rozšíření CISSP Googling 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 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
Základní Informace o Rozšíření
Název | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Oficiální URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Popis | Provides search hints for the astute CISSP executive. |
Velikost souboru | 5.34 KB |
Počet instalací | 30 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2019-03-08 |
Datum Vydání | 2019-03-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | cissp.googling.extension |
Typ Platby | free |
Podporované Jazyky | 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" ] } |