Hej CTI

Hej CTI combines telephony with CRM and optimizes the workflow of your sales team

ما هو Hej CTI؟

Hej CTI هو إضافة Chrome تم تطويرها بواسطة Hej Software UG، والميزة الرئيسية لها هي "Hej CTI combines telephony with CRM and optimizes the workflow of your sales team".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hej CTI

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

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

                        Hej CTI makes it easy to stay on top of your daily phone calls
* Dial out via click-to-call
* Know who's calling you
* Automatically log your calls
* Plan a follow-up action after a call
* Review past calls and play voicemail
* Dial down planned calls
* Record calls with one click
* Use Google Chrome as your phone
* Available in English and German language
* Enjoy professional free support                    

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

الاسم Hej CTI Hej CTI
ID lpfblmjahaklnakpjcifpcnofpdbcikd
عنوان URL الرسمي https://chromewebstore.google.com/detail/hej-cti/lpfblmjahaklnakpjcifpcnofpdbcikd
الوصف Hej CTI combines telephony with CRM and optimizes the workflow of your sales team
حجم الملف 3.79 MB
عدد التثبيتات 806
النسخة الحالية 2.107.1
آخر تحديث 2024-01-17
تاريخ النشر 2020-07-02
تقييم 3.86/5 مجموع تقييمات 7
المطور Hej Software UG
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gethej.com
عنوان صفحة سياسة الخصوصية https://gethej.com/datenschutz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hej CTI",
    "description": "Hej CTI combines telephony with CRM and optimizes the workflow of your sales team",
    "background": {
        "scripts": [
            "\/vendor\/moment.min.js",
            "\/vendor\/moment-timezone.min.js",
            "\/js\/lodash.js",
            "\/js\/validation.js",
            "\/js\/libphonenumber.js",
            "\/js\/rxjs.js",
            "\/js\/jssip.js",
            "\/js\/vendor.js",
            "\/js\/bg.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "\/vendor\/moment.min.js",
                "\/vendor\/moment-timezone.min.js",
                "\/vendor\/react.js",
                "\/vendor\/react-dom.js",
                "\/js\/lodash.js",
                "\/js\/validation.js",
                "\/js\/semantic.js",
                "\/js\/libphonenumber.js",
                "\/js\/rxjs.js",
                "\/js\/vendor.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/styles\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "19": "\/icons\/online-19.png",
        "38": "\/icons\/online-38.png",
        "48": "\/icons\/online-48.png",
        "96": "\/icons\/online-96.png",
        "128": "\/icons\/online-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/offline-19.png",
            "38": "\/icons\/offline-38.png"
        },
        "default_title": "[OFFLINE] Hej CTI"
    },
    "version": "2.107.1"
}