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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
}