CISSP Googling

Provides search hints for the astute CISSP executive.

Apa itu CISSP Googling?

CISSP Googling adalah ekstensi Chrome yang dikembangkan oleh cissp.googling.extension, dan fitur utamanya adalah "Provides search hints for the astute CISSP executive.".

Unduh Berkas CRX Ekstensi CISSP Googling

Unduh file ekstensi CISSP Googling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
URL Resmi https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo
Deskripsi Provides search hints for the astute CISSP executive.
Ukuran File 5.34 KB
Jumlah Instalasi 30
Versi Saat Ini 0.2
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang cissp.googling.extension
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}