T-ONE WEB CALLER

The Web Caller allows you to make a callback via your PBX extension

Qu'est-ce que T-ONE WEB CALLER ?

T-ONE WEB CALLER est une extension Chrome développée par https://biz-line.ca, et sa fonction principale est "The Web Caller allows you to make a callback via your PBX extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension T-ONE WEB CALLER

Téléchargez les fichiers d'extension T-ONE WEB CALLER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Web Caller allows you to make a callback via your PBX extension                    

Informations de Base sur l'Extension

Nom T-ONE WEB CALLER T-ONE WEB CALLER
ID jdfggjhjdcahnopchhfecgkanojhkgmn
URL Officiel https://chromewebstore.google.com/detail/t-one-web-caller/jdfggjhjdcahnopchhfecgkanojhkgmn
Description The Web Caller allows you to make a callback via your PBX extension
Taille du Fichier 62.94 KB
Nombre d'Installations 128
Version Actuelle 1.1.6
Dernière Mise à Jour 2018-10-02
Date de Publication 2018-10-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://biz-line.ca
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://biz-line.ca/terms-and-conditions
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "callto.js"
            ],
            "css": [
                "tone-icon.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png"
    },
    "name": "T-ONE WEB CALLER",
    "version": "1.1.6",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "T-ONE WEB CALLER",
        "default_icon": "icon-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "short_name": "Makes a call via callback",
    "content_security_policy": "default-src 'self'; connect-src *;",
    "web_accessible_resources": [
        "call_btn.png"
    ],
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "alarms"
    ]
}