101LINK

101LINK

Vad är 101LINK?

101LINK är en Chrome-tillägg utvecklad av 101VOICE, och dess huvudfunktion är "101LINK".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner 101LINK-förlängningens CRX-fil

Ladda ner 101LINK-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn 101LINK 101LINK
ID boajlkmleglcecbbkegfnjgmieijmdea
Officiell webbadress https://chromewebstore.google.com/detail/101link/boajlkmleglcecbbkegfnjgmieijmdea
Beskrivning 101LINK
Filstorlek 81.56 KB
Antal Installationer 42
Aktuell Version 2.0.0
Senast Uppdaterad 2022-05-19
Publiceringsdatum 2017-09-22
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare 101VOICE
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.101voice.com/legal/privacy-policy
Stödda Språk 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"
    ]
}