HSCS Dialler

8×8 dialer from Hubspot.

HSCS Dialler란 무엇입니까?

HSCS Dialler은(는) Creditsafe USA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "8×8 dialer from Hubspot."입니다.

확장 프로그램 스크린샷

screenshot

HSCS Dialler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension provides will change the functionality of the call button in hubspot to instead of calling using the hubspot feature it will initiate a call using the 8x8.com VOIP application. We have contacted hubspot & 8x8 to make this change in their platforms but this was unlikely to happen in the near future. As a result we built this extension that allows us to do this until they develop the function for us.

For the above extension to work you must have the following :
A valid hubspot account
https://www.hubspot.com/

A valid 8x8 account
https://sso.8x8.com/sso/login

The 8x8 desktop app installed
https://support.8x8.com/cloud-phone-service/voice/virtual-office-desktop/download-virtual-office-desktop

The 8x8 chrome extension installed
https://chrome.google.com/webstore/detail/8x8-web-dialer/kflmnoghmmldhkplfhanlkobnjjgikoa?hl=en-US                    

확장 프로그램 기본 정보

이름 HSCS Dialler HSCS Dialler
ID cecoiiffjoocgppepfknhkhekhficabc
공식 URL https://chromewebstore.google.com/detail/hscs-dialler/cecoiiffjoocgppepfknhkhekhficabc
설명 8×8 dialer from Hubspot.
파일 크기 18.83 KB
설치 횟수 70
현재 버전 1.1
최근 업데이트 2020-12-24
출시 날짜 2020-12-10
개발자 Creditsafe USA
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.creditsafe.com/us/en/product/privacy/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HSCS Dialler",
    "version": "1.1",
    "description": "8\u00d78 dialer from Hubspot.",
    "permissions": [
        "tabs",
        "*:\/\/*.hubspot.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hubspot.com\/contacts\/*\/contact\/*",
                "*:\/\/*.hubspot.com\/contacts\/*\/company\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "manifest_version": 2
}