Ubity click-to-dial

Dial phone numbers with you Ubity phone, directly from your browser

ما هو Ubity click-to-dial؟

Ubity click-to-dial هو إضافة Chrome تم تطويرها بواسطة ubity، والميزة الرئيسية لها هي "Dial phone numbers with you Ubity phone, directly from your browser".

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

screenshot

تحميل ملف CRX للإضافة Ubity click-to-dial

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

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

                        Extension find and highlight phone numbers on any website.
Clicking an phone highlighted number trigger a call to it from your Ubity phone.                    

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

الاسم Ubity click-to-dial Ubity click-to-dial
ID dekccjnkeibpmhdcjohgikadlmaefdjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl
الوصف Dial phone numbers with you Ubity phone, directly from your browser
حجم الملف 142 KB
عدد التثبيتات 438
النسخة الحالية 2.1.4
آخر تحديث 2021-04-30
تاريخ النشر 2017-08-08
المطور ubity
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://studio.ubity.com
عنوان صفحة المساعدة https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/
عنوان صفحة سياسة الخصوصية https://www.ubity.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Ubity click-to-dial",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Dial phone numbers with you Ubity phone, directly from your browser",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/studio.ubity.com\/",
    "version": "2.1.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Ubity click-to-dial"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}