Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Fluig Identity là gì?
Fluig Identity là một tiện ích mở rộng Chrome được phát triển bởi box, và tính năng chính của nó là "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fluig Identity
Tải xuống các tệp mở rộng Fluig Identity 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fluig Identity |
ID | mofhjibbjkonpgnejododmahilkbconf |
URL Chính Thức | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Mô tả | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Kích Thước Tệp | 22.79 KB |
Số Lần Cài Đặt | 27,141 |
Phiên Bản Hiện Tại | 1.2.8 |
Cập Nhật Lần Cuối | 2020-07-03 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 3.96/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | box |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |