Plexuss
The Student Opportunity Network!
What is Plexuss?
Plexuss is a Chrome extension developed by https://plexuss.com, and its main feature is "The Student Opportunity Network!".
Extension Screenshots
Download Plexuss Extension CRX File
Download Plexuss 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
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.
Extension Basic Information
Name | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
Official URL | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
Description | The Student Opportunity Network! |
File Size | 21.34 KB |
Installation Count | 78 |
Current Version | 2.0.0 |
Last Updated | 2021-05-01 |
Publish Date | 2019-12-20 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://plexuss.com |
[email protected] | |
Payment Type | free |
Extension Website | https://plexuss.com |
Help Page URL | https://plexuss.com/contact |
Privacy Policy Page URL | https://plexuss.com/privacy-policy |
Supported Languages | 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" } } |