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
公式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
Eメール [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"
    ]
}