GVSU People Finder
The GVSU people finder, but faster.
What is GVSU People Finder?
GVSU People Finder is a Chrome extension developed by GV Web team, and its main feature is "The GVSU people finder, but faster.".
Extension Screenshots
Download GVSU People Finder Extension CRX File
Download GVSU People Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
GVSU People finder, but faster.
Extension Basic Information
Name | GVSU People Finder |
ID | edhknhlfgahgaidaopengjecfdegkblo |
Official URL | https://chromewebstore.google.com/detail/gvsu-people-finder/edhknhlfgahgaidaopengjecfdegkblo |
Description | The GVSU people finder, but faster. |
File Size | 40.32 KB |
Installation Count | 180 |
Current Version | 1.3.8 |
Last Updated | 2023-04-19 |
Publish Date | 2018-03-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | GV Web team |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |