ZDialer - Zoho Voice Extension

Make business communication simple, cost-effective, and highly reliable.

Τι είναι το ZDialer - Zoho Voice Extension;

Το ZDialer - Zoho Voice Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zoho.com, και η κύρια λειτουργία του είναι "Make business communication simple, cost-effective, and highly reliable.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ZDialer - Zoho Voice Extension

Λήψη αρχείων επέκτασης ZDialer - Zoho Voice Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automatically detects phone numbers on a webpage with ZDialer and make calls immediately using a click-to-call button. Select any text in a webpage and get a a click-to-dial pop-up if it is a phone number. Reach out to your customers quicker than before.

Receive calls in a call pop-up from any webpage you're on. Choose if you want to receive calls in all active tabs or just in Zoho app tabs. You can also mute call notifications using silent mode and disable incoming calls using Do-Not-Disturb.

Open a dial pad by clicking on the extension icon from the tool bar. Make calls to unsaved numbers from the dial pad.

Choose a default number to use for making calls. Select the required caller ID from the dropdown box in the dial pad.

Call transfer is supported in the extension so you can transfer calls to other Zoho Voice agents mid-conversation.

Enable a ZDialer dial pad widget at the bottom right corner of all your favorite Zoho apps so you can quickly make calls using the dial pad.

Check out all your call records from the Logs tab.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ZDialer - Zoho Voice Extension ZDialer - Zoho Voice Extension
ID gnpglhdhioifppkjdpmlmolgeanpaofi
Επίσημο URL https://chromewebstore.google.com/detail/zdialer-zoho-voice-extens/gnpglhdhioifppkjdpmlmolgeanpaofi
Περιγραφή Make business communication simple, cost-effective, and highly reliable.
Μέγεθος Αρχείου 21.76 MB
Αριθμός Εγκαταστάσεων 8,779
Τρέχουσα Έκδοση 2.0.20
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2021-10-28
Αξιολόγηση 4.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://zoho.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://zoho.com/voice
Διεύθυνση URL της Σελίδας Βοήθειας https://www.zoho.com/voice/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.zoho.com/privacy.html
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZDialer - Zoho Voice Extension",
    "version": "2.0.20",
    "description": "Make business communication simple, cost-effective, and highly reliable.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "match_about_blank": false,
            "js": [
                "js\/customElements.js",
                "voice\/js\/zohovoice.js",
                "voice\/js\/zohovoice-extn.js",
                "js\/VoiceMainG.content.js"
            ],
            "css": [
                "voice\/css\/zohovoice.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": false,
            "css": [
                "voice\/css\/inputflag.min.css",
                "css\/voiceExtn.css"
            ],
            "js": [
                "js\/VoiceMainG.vendor.js",
                "voice\/js\/inptflag.min.js",
                "js\/VoiceMainG.content_script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "96": "images\/icon96.png",
            "64": "images\/icon64.png",
            "48": "images\/icon48.png",
            "32": "images\/icon32.png",
            "16": "images\/icon16.png"
        },
        "default_title": "Zoho Voice"
    },
    "content_security_policy": {
        "extension_pages": "style-src https:\/\/js.zohostatic.com 'unsafe-inline'; default-src 'self'; script-src 'self'; img-src http:\/\/localhost:5500 https:\/\/voice.zoho.com https:\/\/voice.zoho.eu https:\/\/voice.zoho.au https:\/\/voice.zoho.in https:\/\/voice.localzoho.com https:\/\/js.zohostatic.com https:\/\/localjs.zohostatic.com 'self' data: blob:; media-src 'self' http:\/\/localhost:5500 https:\/\/voice.zoho.com https:\/\/voice.zoho.eu https:\/\/voice.zoho.au https:\/\/voice.zoho.in https:\/\/voice.localzoho.com https:\/\/js.zohostatic.com https:\/\/localjs.zohostatic.com;  connect-src https:\/\/*.localzoho.com https:\/\/127.0.0.1:32018 https:\/\/*.zoho.com https:\/\/*.zoho.eu https:\/\/*.zoho.au https:\/\/*.zoho.in wss:\/\/*.csez.zohocorpin.com wss:\/\/*.zohovoice.com wss:\/\/*.zohovoice.eu wss:\/\/*.zohovoice.in wss:\/\/*.zoho.com wss:\/\/*.zoho.eu wss:\/\/*.zoho.au wss:\/\/*.zoho.in wss:\/\/*.localzoho.com;"
    },
    "background": {
        "service_worker": "js\/VoiceMainG.background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "scripting",
        "alarms"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "96": "images\/icon96.png",
        "64": "images\/icon64.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/fonts\/*",
                "\/voice\/*",
                "\/html\/ZVoiceGetPP.html",
                "\/html\/ZVoiceMediaPermission.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}