101LINK

101LINK

101LINK là gì?

101LINK là một tiện ích mở rộng Chrome được phát triển bởi 101VOICE, và tính năng chính của nó là "101LINK".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 101LINK

Tải xuống các tệp mở rộng 101LINK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 101LINK 101LINK
ID boajlkmleglcecbbkegfnjgmieijmdea
URL Chính Thức https://chromewebstore.google.com/detail/101link/boajlkmleglcecbbkegfnjgmieijmdea
Mô tả 101LINK
Kích Thước Tệp 81.56 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2017-09-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển 101VOICE
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.101voice.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}