GVSU People Finder
The GVSU people finder, but faster.
什麼是GVSU People Finder?
GVSU People Finder是由GV Web team開發的Chrome擴展程式,該擴展的主要功能是“The GVSU people finder, but faster.”。
擴展截圖
下載GVSU People Finder擴展crx文件
下載GVSU People Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
GVSU People finder, but faster. 擴展基本資訊
| 名稱 | |
| ID | edhknhlfgahgaidaopengjecfdegkblo |
| 官方網址 | 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"
} | |