Junify

This browser extension helps you log into web applications and improve your information security at work.

Junify là gì?

Junify là một tiện ích mở rộng Chrome được phát triển bởi Junify, và tính năng chính của nó là "This browser extension helps you log into web applications and improve your information security at work.".

Ả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 Junify

Tải xuống các tệp mở rộng Junify 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

                        This extension helps you log in to web applications from your dashboard on Junify.

With the Junify Browser extenaion you can:

* Easily login to Junify on your computer
* Automatically sign in to your business apps with just one click
* Seamlessly and securely switch between work time and private time

You need a Junify account to use the Junify Browser extenaion.
If you cannot access your Junify account via Junify Browser extenaion, please contact your IT admin.                    

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

Tên Junify Junify
ID ppchhgfhijijbmaafmgafgnkimhidmaf
URL Chính Thức https://chromewebstore.google.com/detail/junify/ppchhgfhijijbmaafmgafgnkimhidmaf
Mô tả This browser extension helps you log into web applications and improve your information security at work.
Kích Thước Tệp 3.2 MB
Số Lần Cài Đặt 3,590
Phiên Bản Hiện Tại 2.17.1
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2020-06-14
Nhà Phát Triển Junify
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.junify.com
URL Trang Chính Sách Bảo Mật https://www.junify.com/privacy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Junify",
    "description": "__MSG_appDesc__",
    "version": "2.17.1",
    "author": "Junify Corporation",
    "permissions": [
        "alarms",
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "webNavigation",
        "downloads",
        "nativeMessaging",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    },
    "action": {
        "default_icon": "\/assets\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "https:\/\/fonts.googleapis.com\/css?family=Open+Sans\/",
                "assets\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content_script.js"
            ],
            "css": [
                ".\/assets\/stylesheets\/injected\/junify_external_websites.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*extLogin=true*"
            ],
            "js": [
                ".\/js\/popup.js"
            ],
            "css": [
                ".\/assets\/stylesheets\/injected\/override_login_form.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.junify.com\/*",
            "https:\/\/*.junify.jp\/*"
        ]
    }
}