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