Junify

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

Junifyとは何ですか?

JunifyはJunifyによって開発されたChromeの拡張機能で、その主な機能は「This browser extension helps you log into web applications and improve your information security at work.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Junify拡張機能のCRXファイルをダウンロード

Junify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Junify Junify
ID ppchhgfhijijbmaafmgafgnkimhidmaf
公式URL https://chromewebstore.google.com/detail/junify/ppchhgfhijijbmaafmgafgnkimhidmaf
説明 This browser extension helps you log into web applications and improve your information security at work.
ファイルサイズ 3.2 MB
インストール数 3,590
現在のバージョン 2.17.1
最終更新日 2024-01-30
公開日 2020-06-14
開発者 Junify
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.junify.com
プライバシーポリシーページのURL https://www.junify.com/privacy
対応言語 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\/*"
        ]
    }
}