SIP Click To Call Phone Extension

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

Apa itu SIP Click To Call Phone Extension?

SIP Click To Call Phone Extension adalah ekstensi Chrome yang dikembangkan oleh TechExtension, dan fitur utamanya adalah "It is provide click to call from any web page in browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SIP Click To Call Phone Extension

Unduh file ekstensi SIP Click To Call Phone Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SIP Click To Call Phone Extension SIP Click To Call Phone Extension
ID hkhlmkflfapnfamjjldmemkbgplfhbnl
URL Resmi https://chromewebstore.google.com/detail/sip-click-to-call-phone-e/hkhlmkflfapnfamjjldmemkbgplfhbnl
Deskripsi It is provide click to call from any web page in browser.
Ukuran File 73.69 KB
Jumlah Instalasi 813
Versi Saat Ini 1.7
Terakhir Diperbarui 2020-05-26
Tanggal Publikasi 2020-05-25
Pengembang TechExtension
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sipphonextension.com
URL Halaman Bantuan https://sipphonextension.com
URL Halaman Kebijakan Privasi http://techextension.com/privacy-terms-and-conditions
Bahasa yang Didukung 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
        }
    ]
}