101LINK
101LINK
Hvad er 101LINK?
101LINK er en Chrome-udvidelse udviklet af 101VOICE, og dens hovedfunktion er "101LINK".
Udvidelsesskærmbilleder
Download 101LINK-udvidelses-CRX-fil
Download 101LINK-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | boajlkmleglcecbbkegfnjgmieijmdea |
Officiel URL | https://chromewebstore.google.com/detail/101link/boajlkmleglcecbbkegfnjgmieijmdea |
Beskrivelse | 101LINK |
Filstørrelse | 81.56 KB |
Antal Installationer | 42 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2022-05-19 |
Udgivelsesdato | 2017-09-22 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | 101VOICE |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.101voice.com/legal/privacy-policy |
Understøttede Sprog | 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": [ " |