CISSP Googling
Provides search hints for the astute CISSP executive.
什么是CISSP Googling?
CISSP Googling是由cissp.googling.extension开发的Chrome扩展程序,该扩展的主要功能是“Provides search hints for the astute CISSP executive.”。
下载CISSP Googling扩展crx文件
下载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" ] } |