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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } } |