Click to call

Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…

Apa itu Click to call?

Click to call adalah ekstensi Chrome yang dikembangkan oleh https://integrics.com, dan fitur utamanya adalah "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Click to call

Unduh file ekstensi Click to call 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

                        Detects telephone numbers on any web page, and turns them into clickable links.

An account with an Enswitch provider running Enswitch 3.13 or later is required.                    

Informasi Dasar Ekstensi

Nama Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
URL Resmi https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
Deskripsi Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
Ukuran File 220 KB
Jumlah Instalasi 297
Versi Saat Ini 1.0.13
Terakhir Diperbarui 2022-09-10
Tanggal Publikasi 2017-02-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://integrics.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://integrics.com/privacy/clients
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to call",
    "version": "1.0.13",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone.png",
                "images\/universal_link.gif",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}