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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |