Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Fluig Identityคืออะไร?
Fluig Identity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย box และคุณลักษณะหลักของมันคือ "The Fluig Identity plugin allows you to log into a wide variety of web based applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluig Identity
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |