Click to call

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

ما هو Click to call؟

Click to call هو إضافة Chrome تم تطويرها بواسطة https://integrics.com، والميزة الرئيسية لها هي "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Click to call

قم بتنزيل ملفات الامتداد Click to call بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
عنوان URL الرسمي https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
الوصف Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
حجم الملف 220 KB
عدد التثبيتات 297
النسخة الحالية 1.0.13
آخر تحديث 2022-09-10
تاريخ النشر 2017-02-08
تقييم 5.00/5 مجموع تقييمات 2
المطور https://integrics.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://integrics.com/privacy/clients
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}