Plexuss
The Student Opportunity Network!
Was ist Plexuss?
Plexuss ist eine Chrome-Erweiterung, die von https://plexuss.com entwickelt wurde, und ihr Hauptmerkmal ist "The Student Opportunity Network!".
Erweiterungsscreenshots
Plexuss-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plexuss-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
Offizielle URL | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
Beschreibung | The Student Opportunity Network! |
Dateigröße | 21.34 KB |
Installationsanzahl | 78 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2021-05-01 |
Veröffentlichungsdatum | 2019-12-20 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://plexuss.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://plexuss.com |
Hilfeseite URL | https://plexuss.com/contact |
URL der Datenschutzrichtlinien-Seite | https://plexuss.com/privacy-policy |
Unterstützte Sprachen | 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" } } |