Communicator Call

Use Communicator to call numbers in Chrome.

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

Το Communicator Call είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bicom Systems ltd, και η κύρια λειτουργία του είναι "Use Communicator to call numbers in Chrome.".

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

screenshot

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

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

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

                        Communicator is a GLOBAL COMMUNICATOR desktop and mobile application designed to
enhance the communicating capabilities of enterprise and call center staff.
Appropriately termed "the future of communication", Communicator can be used as a
softphone or integrated with your IP phone to simplify and streamline
communications for individual workers and entire enterprises. Features
include: incoming and outgoing calls, video calls, instant messaging,
conferencing, group chat, fax, call monitoring, and much more.

This extension allows Communicator users to click-to-dial telephone numbers within
Google Chrome.                    

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

Όνομα Communicator Call Communicator Call
ID omdailfkkflmmjpeijgmepjpkaicbman
Επίσημο URL https://chromewebstore.google.com/detail/communicator-call/omdailfkkflmmjpeijgmepjpkaicbman
Περιγραφή Use Communicator to call numbers in Chrome.
Μέγεθος Αρχείου 134 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 7.0.0.1
Τελευταία Ενημέρωση 2023-11-16
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Bicom Systems ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://communicator.net/privacy-and-cookie-policy.html
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Bicom Systems ltd",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use Communicator to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "Communicator Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}