CISSP Googling
Provides search hints for the astute CISSP executive.
Wat is CISSP Googling?
CISSP Googling is een Chrome-extensie ontwikkeld door cissp.googling.extension, en de belangrijkste functie is "Provides search hints for the astute CISSP executive.".
Download het CRX-bestand van de extensie CISSP Googling
Download CISSP Googling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Officiële URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Beschrijving | Provides search hints for the astute CISSP executive. |
Bestandsgrootte | 5.34 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | cissp.googling.extension |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |