CISSP Googling
Provides search hints for the astute CISSP executive.
CISSP Googling là gì?
CISSP Googling là một tiện ích mở rộng Chrome được phát triển bởi cissp.googling.extension, và tính năng chính của nó là "Provides search hints for the astute CISSP executive.".
Tải xuống tệp CRX của tiện ích mở rộng CISSP Googling
Tải xuống các tệp mở rộng CISSP Googling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohppnpnbbooolnefllmgicbohpafncbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/cissp-googling/ohppnpnbbooolnefllmgicbohpafncbo |
Mô tả | Provides search hints for the astute CISSP executive. |
Kích Thước Tệp | 5.34 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | cissp.googling.extension |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |