SIP Click To Call Phone Extension

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

Wat is SIP Click To Call Phone Extension?

SIP Click To Call Phone Extension is een Chrome-extensie ontwikkeld door TechExtension, en de belangrijkste functie is "It is provide click to call from any web page in browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SIP Click To Call Phone Extension

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

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

Basisinformatie over de Extensie

Naam SIP Click To Call Phone Extension SIP Click To Call Phone Extension
ID hkhlmkflfapnfamjjldmemkbgplfhbnl
Officiële URL https://chromewebstore.google.com/detail/sip-click-to-call-phone-e/hkhlmkflfapnfamjjldmemkbgplfhbnl
Beschrijving It is provide click to call from any web page in browser.
Bestandsgrootte 73.69 KB
Aantal Installaties 813
Huidige Versie 1.7
Laatst Bijgewerkt 2020-05-26
Publicatiedatum 2020-05-25
Ontwikkelaar TechExtension
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sipphonextension.com
Help Pagina-URL https://sipphonextension.com
URL van de Privacybeleid Pagina http://techextension.com/privacy-terms-and-conditions
Ondersteunde Talen 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
        }
    ]
}