ZeXtras companion Extension
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
Was ist ZeXtras companion Extension?
ZeXtras companion Extension ist eine Chrome-Erweiterung, die von https://zextras.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.".
Erweiterungsscreenshots
ZeXtras companion Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZeXtras companion Extension-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
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
Grundlegende Informationen zur Erweiterung
Name | ZeXtras companion Extension |
ID | eiichpepijkdkmeblleomnppnmiinfkp |
Offizielle URL | https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp |
Beschreibung | This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras. |
Dateigröße | 7.8 KB |
Installationsanzahl | 880 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-10-06 |
Veröffentlichungsdatum | 2017-10-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://zextras.com |
Zahlungsart | free |
Erweiterungswebsite | https://www.zextras.com/suite/chat/ |
Hilfeseite URL | https://www.zextras.com/support/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZeXtras companion Extension", "author": "ZeXtras", "version": "1.0", "minimum_chrome_version": "34", "description": "", "homepage_url": "https:\/\/www.zextras.com\/suite\/", "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |