CISSP Googling
Provides search hints for the astute CISSP executive.
Co to jest CISSP Googling?
CISSP Googling to rozszerzenie Chrome opracowane przez cissp.googling.extension, a jego główną funkcją jest „Provides search hints for the astute CISSP executive.”.
Pobierz plik CRX rozszerzenia CISSP Googling
Pobierz pliki rozszerzeń CISSP Googling w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Oficjalny URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Opis | Provides search hints for the astute CISSP executive. |
Rozmiar pliku | 5.34 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | cissp.googling.extension |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |