Plexuss

The Student Opportunity Network!

Wat is Plexuss?

Plexuss is een Chrome-extensie ontwikkeld door https://plexuss.com, en de belangrijkste functie is "The Student Opportunity Network!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Plexuss

Download Plexuss-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plexuss Plexuss
ID eglbdkobllcefihgfgkipponopipnkma
Officiële URL https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma
Beschrijving The Student Opportunity Network!
Bestandsgrootte 21.34 KB
Aantal Installaties 78
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-05-01
Publicatiedatum 2019-12-20
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://plexuss.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://plexuss.com
Help Pagina-URL https://plexuss.com/contact
URL van de Privacybeleid Pagina https://plexuss.com/privacy-policy
Ondersteunde Talen 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"
    }
}