Chevronne Vici Box

Chevronne Vicidial Container

Vad är Chevronne Vici Box?

Chevronne Vici Box är en Chrome-tillägg utvecklad av https://www.chevronne.com, och dess huvudfunktion är "Chevronne Vicidial Container".

Ladda ner Chevronne Vici Box-förlängningens CRX-fil

Ladda ner Chevronne Vici Box-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

                        Call Recording and Integrated with Chevronne CRM                    

Grundläggande Information om Tillägg

Namn Chevronne Vici Box Chevronne Vici Box
ID ljkamdkhhnopceioamfcaiohemhcekhn
Officiell webbadress https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn
Beskrivning Chevronne Vicidial Container
Filstorlek 53.13 KB
Antal Installationer 19
Aktuell Version 1.7
Senast Uppdaterad 2018-04-16
Publiceringsdatum 2018-04-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.chevronne.com
Betalningssätt free
Stödda Språk 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
}