Plexuss

The Student Opportunity Network!

Apa itu Plexuss?

Plexuss adalah ekstensi Chrome yang dikembangkan oleh https://plexuss.com, dan fitur utamanya adalah "The Student Opportunity Network!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Plexuss

Unduh file ekstensi Plexuss dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Plexuss Plexuss
ID eglbdkobllcefihgfgkipponopipnkma
URL Resmi https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma
Deskripsi The Student Opportunity Network!
Ukuran File 21.34 KB
Jumlah Instalasi 78
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2021-05-01
Tanggal Publikasi 2019-12-20
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://plexuss.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://plexuss.com
URL Halaman Bantuan https://plexuss.com/contact
URL Halaman Kebijakan Privasi https://plexuss.com/privacy-policy
Bahasa yang Didukung 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"
    }
}