Ubity click-to-dial

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

Ubity click-to-dial là gì?

Ubity click-to-dial là một tiện ích mở rộng Chrome được phát triển bởi ubity, và tính năng chính của nó là "Dial phone numbers with you Ubity phone, directly from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ubity click-to-dial

Tải xuống các tệp mở rộng Ubity click-to-dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ubity click-to-dial Ubity click-to-dial
ID dekccjnkeibpmhdcjohgikadlmaefdjl
URL Chính Thức https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl
Mô tả Dial phone numbers with you Ubity phone, directly from your browser
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2021-04-30
Ngày Phát Hành 2017-08-08
Nhà Phát Triển ubity
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://studio.ubity.com
URL Trang Trợ Giúp https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/
URL Trang Chính Sách Bảo Mật https://www.ubity.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}