Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Was ist Fluig Identity?
Fluig Identity ist eine Chrome-Erweiterung, die von box entwickelt wurde, und ihr Hauptmerkmal ist "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".
Erweiterungsscreenshots
Fluig Identity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fluig Identity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mofhjibbjkonpgnejododmahilkbconf |
Offizielle URL | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Beschreibung | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Dateigröße | 22.79 KB |
Installationsanzahl | 27,141 |
Aktuelle Version | 1.2.8 |
Letztes Update | 2020-07-03 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 3.96/5 Insgesamt 27 Bewertungen |
Entwickler | box |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |