CISSP Googling
Provides search hints for the astute CISSP executive.
Что такое CISSP Googling?
CISSP Googling - это расширение Chrome, разработанное cissp.googling.extension, и его основная функция - "Provides search hints for the astute CISSP executive.".
Скачать файл CRX расширения CISSP Googling
Скачайте файлы расширений CISSP Googling в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
Официальный URL | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Описание | Provides search hints for the astute CISSP executive. |
Размер файла | 5.34 KB |
Количество установок | 30 |
Текущая Версия | 0.2 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | cissp.googling.extension |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |