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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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