infinity quick access
Your infinity platform. Always at your fingertips.
Was ist infinity quick access?
infinity quick access ist eine Chrome-Erweiterung, die von 42elements UG (haftungsbeschränkt) entwickelt wurde, und ihr Hauptmerkmal ist "Your infinity platform. Always at your fingertips.".
Erweiterungsscreenshots
infinity quick access-Erweiterungs-CRX-Datei herunterladen
Laden Sie infinity quick access-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
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.
Grundlegende Informationen zur Erweiterung
Name | infinity quick access |
ID | gbpfmeodhpnfiknnjiajnahdnaiooecl |
Offizielle URL | https://chromewebstore.google.com/detail/infinity-quick-access/gbpfmeodhpnfiknnjiajnahdnaiooecl |
Beschreibung | Your infinity platform. Always at your fingertips. |
Dateigröße | 906 KB |
Installationsanzahl | 22 |
Aktuelle Version | 0.1.15 |
Letztes Update | 2017-11-30 |
Veröffentlichungsdatum | 2017-11-29 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | 42elements UG (haftungsbeschränkt) |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |