Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Hvad er Fluig Identity?
Fluig Identity er en Chrome-udvidelse udviklet af box, og dens hovedfunktion er "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".
Udvidelsesskærmbilleder
Download Fluig Identity-udvidelses-CRX-fil
Download Fluig Identity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Fluig Identity |
ID | mofhjibbjkonpgnejododmahilkbconf |
Officiel URL | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Beskrivelse | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Filstørrelse | 22.79 KB |
Antal Installationer | 27,141 |
Nuværende Version | 1.2.8 |
Senest Opdateret | 2020-07-03 |
Udgivelsesdato | 2020-07-03 |
Bedømmelse | 3.96/5 Samlet 27 Bedømmelser |
Udvikler | box |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |