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                    

擴展基本資訊

名稱 CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
官方網址 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"
    ]
}