Sippy Click for Yealink

Click and select phone numbers to call them.

Sippy Click for Yealink란 무엇입니까?

Sippy Click for Yealink은(는) Sippy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click and select phone numbers to call them."입니다.

확장 프로그램 스크린샷

screenshot

Sippy Click for Yealink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.                    

확장 프로그램 기본 정보

이름 Sippy Click for Yealink Sippy Click for Yealink
ID didkodinlohkepjjikmngocilomdkngi
공식 URL https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi
설명 Click and select phone numbers to call them.
파일 크기 382 KB
설치 횟수 69
현재 버전 0.6.0
최근 업데이트 2022-04-08
출시 날짜 2021-12-08
개발자 Sippy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sippy.cloud
도움말 페이지 URL https://github.com/optimise-group/click-for-yealink
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sippy Click for Yealink",
    "version": "0.6.0",
    "description": "Click and select phone numbers to call them.",
    "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink",
    "manifest_version": 2,
    "icons": {
        "16": "\/icons\/sippy16x16.png",
        "32": "\/icons\/sippy32x32.png",
        "48": "\/icons\/sippy48x48.png",
        "128": "\/icons\/sippy128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "\/settings\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}