SIP Click To Call Phone Extension

It is provide click to call from any web page in browser.

What is SIP Click To Call Phone Extension?

SIP Click To Call Phone Extension is a Chrome extension developed by TechExtension, and its main feature is "It is provide click to call from any web page in browser.".

Extension Screenshots

screenshot

Download SIP Click To Call Phone Extension Extension CRX File

Download SIP Click To Call Phone Extension 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

                        This extension provide click to call to sip based soft phone from any web page from chrome browser.                    

Extension Basic Information

Name SIP Click To Call Phone Extension SIP Click To Call Phone Extension
ID hkhlmkflfapnfamjjldmemkbgplfhbnl
Official URL https://chromewebstore.google.com/detail/sip-click-to-call-phone-e/hkhlmkflfapnfamjjldmemkbgplfhbnl
Description It is provide click to call from any web page in browser.
File Size 73.69 KB
Installation Count 813
Current Version 1.7
Last Updated 2020-05-26
Publish Date 2020-05-25
Developer TechExtension
Email [email protected]
Payment Type free
Extension Website https://sipphonextension.com
Help Page URL https://sipphonextension.com
Privacy Policy Page URL http://techextension.com/privacy-terms-and-conditions
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SIP Click To Call Phone Extension",
    "short_name": "Click To Call",
    "description": "It is provide click to call from any web page in browser.",
    "version": "1.7",
    "browser_action": {
        "default_icon": "icon-phone.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon-phone.png",
        "48": "icon-phone.png",
        "128": "icon-phone.png"
    },
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "js\/jquery.js",
        "js\/content_page.js",
        "images\/icon-phone.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_page.js",
                "js\/tinybox.js"
            ],
            "css": [
                "css\/style.css",
                "css\/content_page.css"
            ],
            "html": [
                "options.html"
            ],
            "image": [
                "icon-phone.png"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}