Plexuss

The Student Opportunity Network!

Co to jest Plexuss?

Plexuss to rozszerzenie Chrome opracowane przez https://plexuss.com, a jego główną funkcją jest „The Student Opportunity Network!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Plexuss

Pobierz pliki rozszerzeń Plexuss w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Plexuss Plexuss
ID eglbdkobllcefihgfgkipponopipnkma
Oficjalny URL https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma
Opis The Student Opportunity Network!
Rozmiar pliku 21.34 KB
Liczba instalacji 78
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2021-05-01
Data Publikacji 2019-12-20
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://plexuss.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://plexuss.com
Adres URL Strony Pomocy https://plexuss.com/contact
Adres URL Strony Polityki Prywatności https://plexuss.com/privacy-policy
Obsługiwane Języki 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"
    }
}