Sipuni Communicator

Calls from your browser. Popular CRM integrations

Τι είναι το Sipuni Communicator;

Το Sipuni Communicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sipuni, και η κύρια λειτουργία του είναι "Calls from your browser. Popular CRM integrations".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sipuni Communicator

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

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

                        Make calls from browser.

Features: 

1. Call to any phone number
2. Catch Callto: tel: links
3. Call transfer
4. Calls history
5. Contacts list
6. Send information about call to crm system
7. Device changing (SIP phone, Web phone)
8. Contact info from crm system
9. View linked contact/deal
10. Hotkeys support (answer/hang up)
11. Hold call
12. Mute/unmute microphone                    

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

Όνομα Sipuni Communicator Sipuni Communicator
ID hogplamgfpbbbkdbjebamjacelgpmnpl
Επίσημο URL https://chromewebstore.google.com/detail/sipuni-communicator/hogplamgfpbbbkdbjebamjacelgpmnpl
Περιγραφή Calls from your browser. Popular CRM integrations
Μέγεθος Αρχείου 1.29 MB
Αριθμός Εγκαταστάσεων 54,023
Τρέχουσα Έκδοση 5.7.33
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-02-24
Αξιολόγηση 3.09/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Sipuni
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "5.7.33",
    "minimum_chrome_version": "60",
    "default_locale": "en",
    "icons": {
        "64": "assets\/icons\/default.png",
        "128": "assets\/icons\/default.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/default.png",
        "default_title": "__MSG_extTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "operator.html",
        "fonts.css",
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "commands": {
        "phone\/answer": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "windows": "Ctrl+Shift+9",
                "mac": "Command+Shift+9",
                "chromeos": "Ctrl+Shift+9",
                "linux": "Ctrl+Shift+9"
            },
            "description": "__MSG_hotKeyCallAnswer__"
        },
        "phone\/hangup": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "windows": "Ctrl+Shift+0",
                "mac": "Command+Shift+0",
                "chromeos": "Ctrl+Shift+0",
                "linux": "Ctrl+Shift+0"
            },
            "description": "__MSG_hotKeyCallHangUp__"
        },
        "phone\/hold": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "windows": "Ctrl+Shift+8",
                "mac": "Command+Shift+8",
                "chromeos": "Ctrl+Shift+8",
                "linux": "Ctrl+Shift+8"
            },
            "description": "__MSG_hotKeyCallHold__"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            }
        }
    }
}