Grandstream (click-to-call)

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

Grandstream (click-to-call)คืออะไร?

Grandstream (click-to-call) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexey-gamov และคุณลักษณะหลักของมันคือ "Converts phone numbers to active links for making calls over Grandstream phones"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grandstream (click-to-call)

ดาวน์โหลดไฟล์ส่วนขยาย Grandstream (click-to-call) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grandstream (click-to-call) Grandstream (click-to-call)
ID gcmffhldcmblemadbaooobdopcbjkcpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grandstream-click-to-call/gcmffhldcmblemadbaooobdopcbjkcpc
คำอธิบาย Converts phone numbers to active links for making calls over Grandstream phones
ขนาดไฟล์ 26.98 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2023-03-10
วันที่เผยแพร่ 2021-04-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา alexey-gamov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/alexey-gamov/grandstream-ctc
ภาษาที่รองรับ 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:\/\/*\/"
    ]
}