Grandstream (click-to-call)

Converts phone numbers to active links for making calls over Grandstream phones

Grandstream (click-to-call) là gì?

Grandstream (click-to-call) là một tiện ích mở rộng Chrome được phát triển bởi alexey-gamov, và tính năng chính của nó là "Converts phone numbers to active links for making calls over Grandstream phones".

Ả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 Grandstream (click-to-call)

Tải xuống các tệp mở rộng Grandstream (click-to-call) 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

                        • Full telephone numbers parsing on sites
• Current telephone status on call
• Dial number from extension and sites
• Notifications with call controls                    

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

Tên Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
URL Chính Thức https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
Mô tả Converts phone numbers to active links for making calls over Grandstream phones
Kích Thước Tệp 26.98 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2023-03-10
Ngày Phát Hành 2021-04-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alexey-gamov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alexey-gamov/grandstream-ctc
Ngôn Ngữ Được Hỗ Trợ de,en,es,pl,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grandstream (click-to-call)",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/alexey-gamov\/grandstream-ctc",
    "default_locale": "en",
    "version": "0.2.6",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html"
    },
    "omnibox": {
        "keyword": "call"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "storage",
        "http:\/\/*\/"
    ]
}