Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Cos'è Fluig Identity?
Fluig Identity è un'estensione di Chrome sviluppata da box, e la sua funzione principale è "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fluig Identity
Scarica i file di estensione Fluig Identity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fluig Identity |
ID | mofhjibbjkonpgnejododmahilkbconf |
URL Ufficiale | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Descrizione | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Dimensione del File | 22.79 KB |
Conteggio Installazioni | 27,141 |
Versione Corrente | 1.2.8 |
Ultimo Aggiornamento | 2020-07-03 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 3.96/5 Totale 27 Valutazioni |
Sviluppatore | box |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |