infinity quick access

Your infinity platform. Always at your fingertips.

Hvad er infinity quick access?

infinity quick access er en Chrome-udvidelse udviklet af 42elements UG (haftungsbeschränkt), og dens hovedfunktion er "Your infinity platform. Always at your fingertips.".

Udvidelsesskærmbilleder

screenshot

Download infinity quick access-udvidelses-CRX-fil

Download infinity quick access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Direct access to the most important elements, apps & favorites of your infinity platform. Share your desktop in an infinity video conference or connect to an intranet gateway connection with a single click. 

Store your login once, so you never have to login again. This extension does not support login to accounts secured with two factor authentication.

For using this extension, you need to have a valid infinity subscription. Terms and conditions apply.                    

Grundlæggende oplysninger om udvidelsen

Navn infinity quick access infinity quick access
ID gbpfmeodhpnfiknnjiajnahdnaiooecl
Officiel URL https://chromewebstore.google.com/detail/infinity-quick-access/gbpfmeodhpnfiknnjiajnahdnaiooecl
Beskrivelse Your infinity platform. Always at your fingertips.
Filstørrelse 906 KB
Antal Installationer 22
Nuværende Version 0.1.15
Senest Opdateret 2017-11-30
Udgivelsesdato 2017-11-29
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler 42elements UG (haftungsbeschränkt)
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "infinity quick access",
    "short_name": "infinity",
    "description": "Your infinity platform. Always at your fingertips.",
    "version": "0.1.15",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/infinity-16x16.png",
        "24": "images\/infinity-24x24.png",
        "32": "images\/infinity-32x32.png",
        "48": "images\/infinity-48x48.png",
        "128": "images\/infinity-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/infinity-16x16.png",
            "24": "images\/infinity-24x24.png",
            "32": "images\/infinity-32x32.png",
            "48": "images\/infinity-48x48.png",
            "128": "images\/infinity-128x128.png"
        },
        "default_title": "infinity quick access",
        "default_popup": "src\/popup\/index.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html"
    },
    "background": {
        "scripts": [
            "src\/lib\/jquery-3.2.1.min.js",
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "desktopCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        "src\/options\/index.html"
    ]
}