Plexuss

The Student Opportunity Network!

Plexuss là gì?

Plexuss là một tiện ích mở rộng Chrome được phát triển bởi https://plexuss.com, và tính năng chính của nó là "The Student Opportunity Network!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plexuss

Tải xuống các tệp mở rộng Plexuss dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plexuss Plexuss
ID eglbdkobllcefihgfgkipponopipnkma
URL Chính Thức https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma
Mô tả The Student Opportunity Network!
Kích Thước Tệp 21.34 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2019-12-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://plexuss.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://plexuss.com
URL Trang Trợ Giúp https://plexuss.com/contact
URL Trang Chính Sách Bảo Mật https://plexuss.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}