VoiceLinQ

VoiceLinq CRM Connector

ما هو VoiceLinQ؟

VoiceLinQ هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "VoiceLinq CRM Connector".

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

screenshot
screenshot

تحميل ملف CRX للإضافة VoiceLinQ

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

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

                        The VoiceLinQ app allows you to click to call, receive CRM screen pops, and more right from your web-browser. With over a dozen pre-built CRM integrations and more more being added regularly you can count on our application to improve workflows, and streamline processes. Simply sign-in with your existing VoiceLinQ login and you will be up and running in seconds.                    

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

الاسم VoiceLinQ VoiceLinQ
ID okmpggogeilmeifekekpphdklapcikae
عنوان URL الرسمي https://chromewebstore.google.com/detail/voicelinq/okmpggogeilmeifekekpphdklapcikae
الوصف VoiceLinq CRM Connector
حجم الملف 275 KB
عدد التثبيتات 53
النسخة الحالية 0.17.04
آخر تحديث 2021-06-22
تاريخ النشر 2021-03-06
تقييم 5.00/5 مجموع تقييمات 1
المطور Developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dtstechnology.com/telecommunications
عنوان صفحة المساعدة https://www.dtstechnology.com/support
عنوان صفحة سياسة الخصوصية https://www.loupdb.com/privacy-policy
اللغات المدعومة en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiceLinQ",
    "description": "VoiceLinq CRM Connector",
    "short_name": "VoiceLinQ",
    "version": "0.17.04",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png",
        "html\/login.html",
        "html\/dashboard.html"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}