Plexuss
The Student Opportunity Network!
Plexussとは何ですか?
Plexussはhttps://plexuss.comによって開発されたChromeの拡張機能で、その主な機能は「The Student Opportunity Network!」です。
拡張機能のスクリーンショット
Plexuss拡張機能のCRXファイルをダウンロード
Plexuss拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Applying to universities? Stay up-to-date with your college research activity by downloading the easy-to-use Plexuss extension! Get notified whenever a college has shown interest in you and be on track in finding your best-fit college. Visit our site at https://plexuss.com to learn more.
拡張機能の基本情報
名前 | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
公式URL | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
説明 | The Student Opportunity Network! |
ファイルサイズ | 21.34 KB |
インストール数 | 78 |
現在のバージョン | 2.0.0 |
最終更新日 | 2021-05-01 |
公開日 | 2019-12-20 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://plexuss.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://plexuss.com |
ヘルプページのURL | https://plexuss.com/contact |
プライバシーポリシーページのURL | https://plexuss.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Plexuss", "description": "The Student Opportunity Network!", "version": "2.0.0", "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/dev.plexuss.com\/*", "http:\/\/plexuss.local:8000\/*", "http:\/\/plexuss.local\/*" ], "js": [ "install_notifier.js" ], "run_at": "document_idle" } ], "permissions": [ "alarms", "contextMenus", "scripting", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/plexuss.com\/" ], "background": { "service_worker": "background.js" } } |