Plexuss
The Student Opportunity Network!
Cos'è Plexuss?
Plexuss è un'estensione di Chrome sviluppata da https://plexuss.com, e la sua funzione principale è "The Student Opportunity Network!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plexuss
Scarica i file di estensione Plexuss in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
URL Ufficiale | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
Descrizione | The Student Opportunity Network! |
Dimensione del File | 21.34 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2021-05-01 |
Data di Pubblicazione | 2019-12-20 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://plexuss.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://plexuss.com |
URL della Pagina di Aiuto | https://plexuss.com/contact |
URL della Pagina della Politica sulla Privacy | https://plexuss.com/privacy-policy |
Lingue Supportate | 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" } } |