Daktela

Client for Daktela V6 omnichannel system that enables agents manage operator activities from any browser tab.

Daktela क्या है?

Daktela https://daktela.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Client for Daktela V6 omnichannel system that enables agents manage operator activities from any browser tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daktela एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Use your Daktela contact center solution directly from any page you are browsing and control your activities anytime you are using Google Chrome.

The Daktela for Chrome extension enables you to:
- Dial phone numbers
- Dial CRM contacts right from the phone number form field
- Dial numbers directly from any web page you are currently browsing using context menu
- Accept, reject, hold or transfer call activities
- Switch to pause or return to ready state
- Send direct SMS messages
- Log on (or off) to individual queues based on my permissions
- Dial phone numbers based on my last activities

The Chrome extension requires you or your company using the Daktela solution. See https://www.daktela.com/en/virtual-pbx/ or contact our sales at [email protected] to receive personalized offer.

Daktela V6 is omnichannel contact center solution to effectively support your customer care processes in modern and care-free way available 24/7/365.                    

एक्सटेंशन की मूल जानकारी

नाम Daktela Daktela
ID hjciidmchkegiigdmkfmohldhclppdpi
आधिकारिक URL https://chromewebstore.google.com/detail/daktela/hjciidmchkegiigdmkfmohldhclppdpi
विवरण Client for Daktela V6 omnichannel system that enables agents manage operator activities from any browser tab.
फ़ाइल का आकार 24.19 MB
स्थापना संख्या 703
वर्तमान संस्करण 4.1.1
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2018-08-27
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://daktela.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://daktela.com
सहायता पृष्ठ URL https://daktela.com
गोपनीयता नीति पृष्ठ URL https://daktela.com/global/legal-doc
समर्थित भाषाएँ de,en,fr,es,hr,it,hu,pl,ro,sk,sl,cs,sr,bg,ru,uk,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "4.1.1",
    "homepage_url": "https:\/\/www.daktela.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/icon-offline.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.daktela.com\/*",
                "https:\/\/*.daktela.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "config\/config.js",
                "cli.js",
                "content\/content-script.js",
                "sentry\/sentry.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options\/options.html"
    }
}