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" ] } |