CISSP Googling

Provides search hints for the astute CISSP executive.

Vad är CISSP Googling?

CISSP Googling är en Chrome-tillägg utvecklad av cissp.googling.extension, och dess huvudfunktion är "Provides search hints for the astute CISSP executive.".

Ladda ner CISSP Googling-förlängningens CRX-fil

Ladda ner CISSP Googling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn CISSP Googling CISSP Googling
ID ohppnpnbbooolnefllmgicbohpafncbo
Officiell webbadress https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo
Beskrivning Provides search hints for the astute CISSP executive.
Filstorlek 5.34 KB
Antal Installationer 30
Aktuell Version 0.2
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare cissp.googling.extension
Betalningssätt free
Stödda Språk 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"
    ]
}