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
官方URL 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"
    }
}