ZeXtras companion Extension
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
Wat is ZeXtras companion Extension?
ZeXtras companion Extension is een Chrome-extensie ontwikkeld door https://zextras.com, en de belangrijkste functie is "This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.".
Extensie Screenshots
Download het CRX-bestand van de extensie ZeXtras companion Extension
Download ZeXtras companion Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | eiichpepijkdkmeblleomnppnmiinfkp | 
| Officiële URL | https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp | 
| Beschrijving | This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras. | 
| Bestandsgrootte | 7.8 KB | 
| Aantal Installaties | 880 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2017-10-06 | 
| Publicatiedatum | 2017-10-06 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | https://zextras.com | 
| Betalingswijze | free | 
| Extensiewebsite | https://www.zextras.com/suite/chat/ | 
| Help Pagina-URL | https://www.zextras.com/support/ | 
| Ondersteunde Talen | 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"
    ]
}  |  |