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은(는) https://deville-computing.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Call all phone numbers directly to your Yealink phone, nothing more to do, just click to ear your phone ringing !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Click to call - Yealink phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ===
/!\ 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"
    ]
}