101LINK

101LINK

101LINK란 무엇입니까?

101LINK은(는) 101VOICE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "101LINK"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

101LINK 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 101VOICE Desktop Call Assistant integrates seamlessly with the 101VOICE Cloud based telephony system.

If you run a computer and a phone and want to speed up your dialing and reduce the number of misdialed calls, 101VOICE Desktop Assistant is the key to your success.

Designed with call makers in mind. 101VOICE Desktop Call Assistant works with web browsers (Internet Explorer, Chrome and Firefox) and popular applications such as Excel and Outlook, to give a simple one click to dial solution.
Just highlight and click on the number in you Contact Manager, CRM or in a Webpage and let Desktop Call Assistant do the dialing for you.
Improving speed, productivity and accuracy leads to a better bottom line.

You can access 101Voice Desktop Call Assistant on you on any PC, Laptop, MAC or Smart Phone or tablet:
 - Place a call from any telephone Line assigned to you.
 - Redirect calls to your Voice Mail
 - Place calls in System Park\Orbit so others can retrieve it.
 - Transfer call to internal numbers
 - Transfer calls to external number 
 - Place your lines in DND (Do not Disturb)
 - View Voice Messages alerts and dial the caller.
 - Review complete call history of received, missed and dialed calls.                    

확장 프로그램 기본 정보

이름 101LINK 101LINK
ID boajlkmleglcecbbkegfnjgmieijmdea
공식 URL https://chromewebstore.google.com/detail/101link/boajlkmleglcecbbkegfnjgmieijmdea
설명 101LINK
파일 크기 81.56 KB
설치 횟수 42
현재 버전 2.0.0
최근 업데이트 2022-05-19
출시 날짜 2017-09-22
평점 5.00/5 총 5 개의 평점
개발자 101VOICE
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.101voice.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "101LINK",
    "version": "2.0.0",
    "description": "101LINK",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_popup": "content\/popup.html",
        "default_name": "101LINK",
        "default_title": "101LINK"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "Open 101LINK",
            "global": true
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apx.101voice.com; object-src 'self' https:\/\/apx.101voice.com; frame-src 'self' https:\/\/apx.101voice.com;",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "background",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/overlay.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}