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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |