Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Qu'est-ce que Fluig Identity ?
Fluig Identity est une extension Chrome développée par box, et sa fonction principale est "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fluig Identity
Téléchargez les fichiers d'extension Fluig Identity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Fluig Identity |
ID | mofhjibbjkonpgnejododmahilkbconf |
URL Officiel | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Description | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Taille du Fichier | 22.79 KB |
Nombre d'Installations | 27,141 |
Version Actuelle | 1.2.8 |
Dernière Mise à Jour | 2020-07-03 |
Date de Publication | 2020-07-03 |
Évaluation | 3.96/5 Total 27 Évaluations |
Développeur | box |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |