Click to call - Yealink phone

Call all phone numbers directly to your Yealink phone, nothing more to do, just click to ear your phone ringing !

Click to call - Yealink phoneคืออะไร?

Click to call - Yealink phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deville-computing.net และคุณลักษณะหลักของมันคือ "Call all phone numbers directly to your Yealink phone, nothing more to do, just click to ear your phone ringing !"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click to call - Yealink phone

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

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

                        ===
/!\ This extension is for sale. I'm looking for maintainer or developer to purchase it. Source code + rights  /!\
===

This extension launch a call from your computer directly to your Yealink Phone.

Don't forget to enable remote control on your phone. On the first call you need to accept remote control on the phone by pressing Ok.

Thanks


Changelog:
1.8:
- Remove activeTab permission, requested by Google. Google ban this extension with this enabled.
1.7:
- Add popup to extension icon with the possibility to paste and call with one click !
1.6.5:
- Change Twitter URL
1.6.4:
- Fix click action on google number in search result and card                    

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

ชื่อ Click to call - Yealink phone Click to call - Yealink phone
ID nbgjaddmbhbfopmmddfneecpmlaahhmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-to-call-yealink-pho/nbgjaddmbhbfopmmddfneecpmlaahhmh
คำอธิบาย Call all phone numbers directly to your Yealink phone, nothing more to do, just click to ear your phone ringing !
ขนาดไฟล์ 2.92 MB
จำนวนการติดตั้ง 1,767
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2022-07-19
วันที่เผยแพร่ 2020-03-17
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://deville-computing.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to call - Yealink phone",
    "version": "1.8",
    "description": "Call all phone numbers directly to your Yealink phone, nothing more to do, just click to ear your phone ringing !",
    "manifest_version": 2,
    "author": "Valentin Deville",
    "background": {
        "scripts": [
            "scripts\/omnibox.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "scripts\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "omnibox": {
        "keyword": "call"
    },
    "options_page": "configuration.html",
    "browser_action": {
        "default_popup": "composer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "clipboardRead"
    ]
}