Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

ما هو Lightspeed Voice Click 2 Call؟

Lightspeed Voice Click 2 Call هو إضافة Chrome تم تطويرها بواسطة Lightspeed Voice، والميزة الرئيسية لها هي "This extension turns phone numbers into click to call links.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Lightspeed Voice Click 2 Call

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

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

                        This Chrome Extension turns phone numbers into click to call links on most websites. Phone numbers on any website become clickable links that, upon being clicked, automatically dial the phone number on your Lightspeed Voice provided phone. This extension is for Lightspeed Voice customers only. If you do not have Lightspeed Voice telephone service then this extension will not work for you.                    

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

الاسم Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
عنوان URL الرسمي https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
الوصف This extension turns phone numbers into click to call links.
حجم الملف 663 KB
عدد التثبيتات 2,625
النسخة الحالية 2.7.0.0
آخر تحديث 2023-11-08
تاريخ النشر 2020-03-04
تقييم 4.75/5 مجموع تقييمات 4
المطور Lightspeed Voice
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.lightspeedvoice.com/
عنوان صفحة المساعدة https://www.lightspeedvoice.com/
عنوان صفحة سياسة الخصوصية https://www.lightspeedvoice.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightspeed Voice Click 2 Call",
    "version": "2.7.0.0",
    "description": "This extension turns phone numbers into click to call links.",
    "short_name": "Click 2 Call",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon-48.png",
        "default_popup": "index.html",
        "default_title": "Lightspeed Voice Click 2 Call"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.lightspeedvoice.com\/*"
            ],
            "all_frames": true,
            "css": [
                "c2c2.css"
            ],
            "js": [
                "jquery.js",
                "c2c2.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}