CISSP Googling
Provides search hints for the astute CISSP executive.
Τι είναι το CISSP Googling;
Το CISSP Googling είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cissp.googling.extension, και η κύρια λειτουργία του είναι "Provides search hints for the astute CISSP executive.".
Λήψη αρχείου CRX της επέκτασης CISSP Googling
Λήψη αρχείων επέκτασης 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" ] } |