Snom Connector

Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks

Snom Connector là gì?

Snom Connector là một tiện ích mở rộng Chrome được phát triển bởi fabianpothe, và tính năng chính của nó là "Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snom Connector

Tải xuống các tệp mở rộng Snom Connector 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

                                            

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

Tên Snom Connector Snom Connector
ID gdlafmkggjapchecdfepiggagpciokln
URL Chính Thức https://chrome.google.com/webstore/detail/snom-connector/gdlafmkggjapchecdfepiggagpciokln
Mô tả Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.5.1.0
Cập Nhật Lần Cuối 2015-06-27
Ngày Phát Hành 2015-06-27
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển fabianpothe
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fabianpothe/Snom-Connector
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snom Connector",
    "description": "Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks",
    "version": "0.5.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "css": [
                "crm.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "background.js",
                "crm.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "",
        "storage"
    ]
}