Plexuss

The Student Opportunity Network!

什麼是Plexuss?

Plexuss是由https://plexuss.com開發的Chrome擴展程式,該擴展的主要功能是“The Student Opportunity Network!”。

擴展截圖

screenshot
screenshot

下載Plexuss擴展crx文件

下載Plexuss擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Plexuss Plexuss
ID eglbdkobllcefihgfgkipponopipnkma
官方網址 https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma
簡介 The Student Opportunity Network!
檔案大小 21.34 KB
安裝次數 78
目前版本 2.0.0
更新時間 2021-05-01
上架時間 2019-12-20
評分 5.00/5 共 6 次評分
開發者 https://plexuss.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://plexuss.com
說明頁面URL https://plexuss.com/contact
隱私政策頁面URL https://plexuss.com/privacy-policy
支援的語言 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"
    }
}