Simotel Click2dial chrome extension

Use context menu to call with Simotel

ما هو Simotel Click2dial chrome extension؟

Simotel Click2dial chrome extension هو إضافة Chrome تم تطويرها بواسطة Nasim Telecom، والميزة الرئيسية لها هي "Use context menu to call with Simotel".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simotel Click2dial chrome extension

قم بتنزيل ملفات الامتداد Simotel Click2dial chrome extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Simotel Click2dial chrome extension Simotel Click2dial chrome extension
ID bcmgcllckkknkmlkdlckejiedighncha
عنوان URL الرسمي https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha
الوصف Use context menu to call with Simotel
حجم الملف 105 KB
عدد التثبيتات 284
النسخة الحالية 2.0
آخر تحديث 2023-03-14
تاريخ النشر 2020-08-14
تقييم 5.00/5 مجموع تقييمات 8
المطور Nasim Telecom
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://simotel.com/
عنوان صفحة المساعدة https://simotel.com/contact/
اللغات المدعومة 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"
    }
}