Chevronne Vici Box
Chevronne Vicidial Container
Wat is Chevronne Vici Box?
Chevronne Vici Box is een Chrome-extensie ontwikkeld door https://www.chevronne.com, en de belangrijkste functie is "Chevronne Vicidial Container".
Download het CRX-bestand van de extensie Chevronne Vici Box
Download Chevronne Vici Box-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
                        Call Recording and Integrated with Chevronne CRM                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ljkamdkhhnopceioamfcaiohemhcekhn | 
| Officiële URL | https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn | 
| Beschrijving | Chevronne Vicidial Container | 
| Bestandsgrootte | 53.13 KB | 
| Aantal Installaties | 19 | 
| Huidige Versie | 1.7 | 
| Laatst Bijgewerkt | 2018-04-16 | 
| Publicatiedatum | 2018-04-16 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | https://www.chevronne.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chevronne Vici Box",
    "description": "Chevronne Vicidial Container",
    "version": "1.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "browser_action": {
        "default_title": "Chevronne Vici Box",
        "default_icon": "logo_chev1.png",
        "default_popup": "ViciBox.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.studyideas.com\/*",
                "*:\/\/*.careeroverseas.com\/*",
                "*:\/\/*.opulentian.com\/*",
                "*:\/\/*.connect2mv.com\/*",
                "*:\/\/*.zentora.com\/*",
                "*:\/\/*.othervisas.com\/*",
                "*:\/\/*.migrationideas.com\/*"
            ],
            "js": [
                "communicator.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.studyideas.com\/*",
            "*:\/\/*.careeroverseas.com\/*",
            "*:\/\/*.opulentian.com\/*",
            "*:\/\/*.connect2mv.com\/*",
            "*:\/\/*.zentora.com\/*",
            "*:\/\/*.othervisas.com\/*",
            "*:\/\/*.migrationideas.com\/*"
        ]
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2
}  |  |