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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CISSP Googling 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"
    ]
}