T-ONE WEB CALLER

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

What is T-ONE WEB CALLER?

T-ONE WEB CALLER is a Chrome extension developed by https://biz-line.ca, and its main feature is "The Web Caller allows you to make a callback via your PBX extension".

Extension Screenshots

screenshot

Download T-ONE WEB CALLER Extension CRX File

Download T-ONE WEB CALLER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name T-ONE WEB CALLER T-ONE WEB CALLER
ID jdfggjhjdcahnopchhfecgkanojhkgmn
Official URL https://chromewebstore.google.com/detail/t-one-web-caller/jdfggjhjdcahnopchhfecgkanojhkgmn
Description The Web Caller allows you to make a callback via your PBX extension
File Size 62.94 KB
Installation Count 128
Current Version 1.1.6
Last Updated 2018-10-02
Publish Date 2018-10-02
Rating 5.00/5 Total 4 Ratings
Developer https://biz-line.ca
Email [email protected]
Payment Type free
Privacy Policy Page URL http://biz-line.ca/terms-and-conditions
Supported Languages 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"
    ]
}