ansitel Click-to-Dial

This plugin will call a selected number by clicking the right mouse button.

ansitel Click-to-Dial란 무엇입니까?

ansitel Click-to-Dial은(는) https://www.ansitel.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin will call a selected number by clicking the right mouse button."입니다.

확장 프로그램 스크린샷

screenshot

ansitel Click-to-Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click-to-Dial Plugin für ansitel VoIP-Telefonanlagen zum Markieren und Wählen von Rufnummern in Google Chrome und Chromium Browsern.                    

확장 프로그램 기본 정보

이름 ansitel Click-to-Dial ansitel Click-to-Dial
ID mdhpfilomgiedndngjhnpnkpelcfjnke
공식 URL https://chromewebstore.google.com/detail/ansitel-click-to-dial/mdhpfilomgiedndngjhnpnkpelcfjnke
설명 This plugin will call a selected number by clicking the right mouse button.
파일 크기 138 KB
설치 횟수 588
현재 버전 1.6.1
최근 업데이트 2022-08-16
출시 날짜 2020-01-07
평점 3.50/5 총 2 개의 평점
개발자 https://www.ansitel.de
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.ansitel.de/support50/plugins/#click-to-dial-plugin-fur-google-chrome
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "de",
    "version": "1.6.1",
    "permissions": [
        "contextMenus",
        "background"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "dialnumber.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.3.2.min.js",
                "tellinks.js"
            ]
        }
    ],
    "manifest_version": 2
}