Fluig Identity

The Fluig Identity plugin allows you to log into a wide variety of web based applications.

什麼是Fluig Identity?

Fluig Identity是由box開發的Chrome擴展程式,該擴展的主要功能是“The Fluig Identity plugin allows you to log into a wide variety of web based applications.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fluig Identity擴展crx文件

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

擴展使用說明

                        The Fluig Identity plugin allows you to log into a wide variety of web based applications from the Fluig Identity launch pad. 
Once you enter your log in credentials for your favorite applications you can automatically log into them by simply clicking on the appropriate launchpad icon.                    

擴展基本資訊

名稱 Fluig Identity Fluig Identity
ID mofhjibbjkonpgnejododmahilkbconf
官方網址 https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf
簡介 The Fluig Identity plugin allows you to log into a wide variety of web based applications.
檔案大小 22.79 KB
安裝次數 27,141
目前版本 1.2.8
更新時間 2020-07-03
上架時間 2020-07-03
評分 3.96/5 共 27 次評分
開發者 box
電子郵箱 [email protected]
付費類型 free
支援的語言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fluig Identity",
    "short_name": "Fluig Identity",
    "description": "The Fluig Identity plugin allows you to log into a wide variety of web based applications.",
    "version": "1.2.8",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Go to Fluig Identity Launch Pad"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*\/launchpad\/launchExtension\/*",
                "*:\/\/*\/launchpad\/launchExtension\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*\/launchpad\/launchAppList"
            ],
            "js": [
                "pluginInfo.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "plugin.js"
        ]
    }
}