CISSP Googling
Provides search hints for the astute CISSP executive.
O que é CISSP Googling?
CISSP Googling é uma extensão do Chrome desenvolvida por cissp.googling.extension, e sua principal característica é "Provides search hints for the astute CISSP executive.".
Baixar o arquivo CRX da Extensão CISSP Googling
Baixe arquivos de extensão CISSP Googling no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
URL Oficial | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Descrição | Provides search hints for the astute CISSP executive. |
Tamanho do Arquivo | 5.34 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.2 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | cissp.googling.extension |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |