CISSP Googling
Provides search hints for the astute CISSP executive.
Hvad er CISSP Googling?
CISSP Googling er en Chrome-udvidelse udviklet af cissp.googling.extension, og dens hovedfunktion er "Provides search hints for the astute CISSP executive.".
Download CISSP Googling-udvidelses-CRX-fil
Download CISSP Googling-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Officiel URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Beskrivelse | Provides search hints for the astute CISSP executive. |
Filstørrelse | 5.34 KB |
Antal Installationer | 30 |
Nuværende Version | 0.2 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | cissp.googling.extension |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |