ZeXtras companion Extension
This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.
Vad är ZeXtras companion Extension?
ZeXtras companion Extension är en Chrome-tillägg utvecklad av https://zextras.com, och dess huvudfunktion är "This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.".
Tilläggsskärmbilder
Ladda ner ZeXtras companion Extension-förlängningens CRX-fil
Ladda ner ZeXtras companion Extension-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
                        This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | eiichpepijkdkmeblleomnppnmiinfkp | 
| Officiell webbadress | https://chromewebstore.google.com/detail/zextras-companion-extensi/eiichpepijkdkmeblleomnppnmiinfkp | 
| Beskrivning | This extension will unlock all the features included in Zimbra Talk Zimlet provided by ZeXtras. | 
| Filstorlek | 7.8 KB | 
| Antal Installationer | 880 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2017-10-06 | 
| Publiceringsdatum | 2017-10-06 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | https://zextras.com | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.zextras.com/suite/chat/ | 
| Hjälpsida URL | https://www.zextras.com/support/ | 
| Stödda Språk | 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"
    ]
}  |  |