CISSP Googling
Provides search hints for the astute CISSP executive.
What is CISSP Googling?
CISSP Googling is a Chrome extension developed by cissp.googling.extension, and its main feature is "Provides search hints for the astute CISSP executive.".
Download CISSP Googling Extension CRX File
Download CISSP Googling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Official URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Description | Provides search hints for the astute CISSP executive. |
File Size | 5.34 KB |
Installation Count | 30 |
Current Version | 0.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | cissp.googling.extension |
Payment Type | free |
Supported Languages | 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" ] } |