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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}