101LINK

101LINK

什麼是101LINK?

101LINK是由101VOICE開發的Chrome擴展程式,該擴展的主要功能是“101LINK”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載101LINK擴展crx文件

下載101LINK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}