Fluig Identity
The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Co to jest Fluig Identity?
Fluig Identity to rozszerzenie Chrome opracowane przez box, a jego główną funkcją jest „The Fluig Identity plugin allows you to log into a wide variety of web based applications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fluig Identity
Pobierz pliki rozszerzeń Fluig Identity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fluig Identity |
ID | mofhjibbjkonpgnejododmahilkbconf |
Oficjalny URL | https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf |
Opis | The Fluig Identity plugin allows you to log into a wide variety of web based applications. |
Rozmiar pliku | 22.79 KB |
Liczba instalacji | 27,141 |
Aktualna Wersja | 1.2.8 |
Ostatnia Aktualizacja | 2020-07-03 |
Data Publikacji | 2020-07-03 |
Ocena | 3.96/5 Łącznie 27 Oceny |
Deweloper | box |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |