Fluig Identity

The Fluig Identity plugin allows you to log into a wide variety of web based applications.

Vad är Fluig Identity?

Fluig Identity är en Chrome-tillägg utvecklad av box, och dess huvudfunktion är "The Fluig Identity plugin allows you to log into a wide variety of web based applications.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Fluig Identity-förlängningens CRX-fil

Ladda ner Fluig Identity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fluig Identity Fluig Identity
ID mofhjibbjkonpgnejododmahilkbconf
Officiell webbadress https://chromewebstore.google.com/detail/fluig-identity/mofhjibbjkonpgnejododmahilkbconf
Beskrivning The Fluig Identity plugin allows you to log into a wide variety of web based applications.
Filstorlek 22.79 KB
Antal Installationer 27,141
Aktuell Version 1.2.8
Senast Uppdaterad 2020-07-03
Publiceringsdatum 2020-07-03
Betyg 3.96/5 Totalt 27 Betyg
Utvecklare box
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}