Hej CTI

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

什么是Hej CTI?

Hej CTI是由Hej Software UG开发的Chrome扩展程序,该扩展的主要功能是“Hej CTI combines telephony with CRM and optimizes the workflow of your sales team”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hej CTI扩展crx文件

下载Hej CTI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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"
}