Zoho Quick Dial

Dial any number from any web page directly from your browser.

Co to jest Zoho Quick Dial?

Zoho Quick Dial to rozszerzenie Chrome opracowane przez https://www.voicemailtel.com, a jego główną funkcją jest „Dial any number from any web page directly from your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zoho Quick Dial

Pobierz pliki rozszerzeń Zoho Quick Dial w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Click to call for Yealink, Snom, Polycom, VTech and Cisco series 500 devices (Zoho CRM compatible)

Dial any number from any web page directly from your browser. Zoho CRM users can now enjoy the benefits of Click-to-dial calling which will boost productivity and increase employee efficiency. This integration allows users to make calls from Zoho CRM in a single click. Avoid jumping multiple devices and save time in handling each call.
Automatic call logging
All outbound calls will be logged automatically inside Zoho CRM directly on your Lead Activity window. You can avoid manual logging of call details and have it all tracked instantly within Zoho CRM.
Requirements
•	For Zoho CRM integration, you need a Zoho CRM account                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoho Quick Dial Zoho Quick Dial
ID kpidpdkdbgkpkkabejmjldncipfkedcl
Oficjalny URL https://chromewebstore.google.com/detail/zoho-quick-dial/kpidpdkdbgkpkkabejmjldncipfkedcl
Opis Dial any number from any web page directly from your browser.
Rozmiar pliku 110 KB
Liczba instalacji 248
Aktualna Wersja 1.27.6
Ostatnia Aktualizacja 2016-12-16
Data Publikacji 2016-12-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.voicemailtel.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Zoho Quick Dial",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Dial any number from any web page directly from your browser.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/voicemailtel.com\/",
    "version": "1.27.6",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Zoho Quick Dial"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}