Simotel Click2dial chrome extension

Use context menu to call with Simotel

Was ist Simotel Click2dial chrome extension?

Simotel Click2dial chrome extension ist eine Chrome-Erweiterung, die von Nasim Telecom entwickelt wurde, und ihr Hauptmerkmal ist "Use context menu to call with Simotel".

Erweiterungsscreenshots

screenshot

Simotel Click2dial chrome extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simotel Click2dial chrome extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Simotel Click2Dial chrome extension provide a simple way to send phone numbers to Simotel client apps.
How to use: Select the any phone number you wish to call in chrome tabs, open context menu by right click and finally click on Simotel icon, calls send to your Simotel apps.
Notice: This app is usable for Simotel PBX.                    

Grundlegende Informationen zur Erweiterung

Name Simotel Click2dial chrome extension Simotel Click2dial chrome extension
ID bcmgcllckkknkmlkdlckejiedighncha
Offizielle URL https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha
Beschreibung Use context menu to call with Simotel
Dateigröße 105 KB
Installationsanzahl 284
Aktuelle Version 2.0
Letztes Update 2023-03-14
Veröffentlichungsdatum 2020-08-14
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Nasim Telecom
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://simotel.com/
Hilfeseite URL https://simotel.com/contact/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simotel Click2dial chrome extension",
    "description": "Use context menu to call with Simotel",
    "version": "2.0",
    "manifest_version": 2,
    "options_page": "index.html",
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/simotel.js",
            "js\/background.js",
            "js\/jquery.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/simotel.js",
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "32": "images\/simotel32.png",
        "64": "images\/simotel64.png",
        "128": "images\/simotel128.png"
    }
}