Click to call Zadarma

Click to call Zadarma

ما هو Click to call Zadarma؟

Click to call Zadarma هو إضافة Chrome تم تطويرها بواسطة Zadarma، والميزة الرئيسية لها هي "Click to call Zadarma".

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

screenshot
screenshot

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

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

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

                        Zadarma WebRTC extension for calls from the browser.

Zadarma Click to Call extension allows to make calls straight from the browser.

Zadarma users can call any number without a hustle - simply click on a number and make a call. You can use Click to Call to make a call, instead of reaching for your phone. Using the Chrome extension allows you to continue browsing through the website without dropping a call.

The extension finds phone numbers on the website. You can make a call by simply clicking a telephone icon or highlight the number and click on it using the right mouse button. You can also pull up a phone keypad by clicking the extension icon.

All calls made using the extension and are included in PBX statistics and integrated CRM systems. The Click to Call extension is especially convenient when working with CRM/helpdesk and similar systems.                    

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

الاسم Click to call Zadarma Click to call Zadarma
ID lkignmdgfllplgaabepannhkjbenhmak
عنوان URL الرسمي https://chromewebstore.google.com/detail/click-to-call-zadarma/lkignmdgfllplgaabepannhkjbenhmak
الوصف Click to call Zadarma
حجم الملف 1.62 MB
عدد التثبيتات 9,328
النسخة الحالية 1.0.12
آخر تحديث 2024-01-08
تاريخ النشر 2021-06-29
تقييم 4.59/5 مجموع تقييمات 41
المطور Zadarma
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://zadarma.com/en/
عنوان صفحة المساعدة https://my.zadarma.com/chat/
عنوان صفحة سياسة الخصوصية https://zadarma.com/en/legal/privacy-policy
اللغات المدعومة de,en,fr,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "short_name": "ZClickToCall",
    "name": "Click to call Zadarma",
    "manifest_version": 3,
    "description": "Click to call Zadarma",
    "default_locale": "en",
    "action": {
        "default_icon": "android-chrome-48x48.png",
        "default_title": "ZWebRTC",
        "default_popup": "action.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js",
                "js-lib\/dynamics-web-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        "videoCapture",
        "audioCapture",
        "contextMenus",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "icons": {
        "48": "android-chrome-48x48.png",
        "192": "android-chrome-192x192.png"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}