GVSU People Finder

The GVSU people finder, but faster.

GVSU People Finderคืออะไร?

GVSU People Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GV Web team และคุณลักษณะหลักของมันคือ "The GVSU people finder, but faster."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GVSU People Finder

ดาวน์โหลดไฟล์ส่วนขยาย GVSU People Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GVSU People finder, but faster.                    

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

ชื่อ GVSU People Finder GVSU People Finder
ID edhknhlfgahgaidaopengjecfdegkblo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gvsu-people-finder/edhknhlfgahgaidaopengjecfdegkblo
คำอธิบาย The GVSU people finder, but faster.
ขนาดไฟล์ 40.32 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.3.8
อัปเดตครั้งล่าสุด 2023-04-19
วันที่เผยแพร่ 2018-03-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา GV Web team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "people48.png",
        "default_popup": "peoplefinder.html"
    },
    "content_security_policy": "script-src https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.8.3\/jquery.min.js 'self'; object-src 'self'",
    "description": "The GVSU people finder, but faster.",
    "icons": {
        "128": "people128.png",
        "16": "people16.png",
        "48": "people48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQClr2NE8PZnj0LbIBW9ae2QA\/wYb58b1JYHCgzseSssBM9iB05f0k0S49FkX2o\/FNNSK8ch9Q6T8o3nRW7RLEXmKGKNvcdDrBflvsxWcazNtUnejINN7k+BZyH7gCg9fW+NKLcvS3+9WtVKzT8M2tAf5Ew1Z+HBGPiOvAZ4FZ1Z3QIDAQAB",
    "manifest_version": 2,
    "name": "GVSU People Finder",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.gvsu.edu\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8"
}