smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer란 무엇입니까?

smrtPhone.io Chrome Dialer은(는) https://smrtphone.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "smrtPhone.io Chrome Dialer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

smrtPhone.io Chrome Dialer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        smrtPhone is an all-in-one cloud phone system for sales driven businesses. Our Chrome Extension powers the most efficiency-boosting features within smrtPhone.
- One-click calling from your CRM
- Call out from any tab
- Send texts from any tab
- Answer calls from any tab
- Enter call notes that automatically sync with your CRM
- See and return recent calls - dialers sync across smrtPhone platforms
- Automatically syncs contacts from your CRM
- Customizable settings put you in control                    

확장 프로그램 기본 정보

이름 smrtPhone.io Chrome Dialer smrtPhone.io Chrome Dialer
ID madmbegfpbmnngkiappcjgighagdggid
공식 URL https://chromewebstore.google.com/detail/smrtphoneio-chrome-dialer/madmbegfpbmnngkiappcjgighagdggid
설명 smrtPhone.io Chrome Dialer
파일 크기 4.12 MB
설치 횟수 13,728
현재 버전 2.41
최근 업데이트 2024-02-23
출시 날짜 2017-10-19
평점 3.60/5 총 15 개의 평점
개발자 https://smrtphone.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smrtphone.io
도움말 페이지 URL https://docs.smrtphone.io/en/articles/4057335-chrome-extension-overview
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/7982380
지원되는 언어 en
manifest.json
{
    "description": "smrtPhone.io Chrome Dialer",
    "version": "2.41",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smrtPhone.io Chrome Dialer",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "smrtPhone.bundle.js",
                "callWidget.bundle.js",
                "messageModal.bundle.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "themes\/*",
        "https:\/\/fonts.gstatic.com\/s\/lato\/v17\/S6uyw4BMUTPHjx4wXg.woff2",
        "https:\/\/cloud.typography.com\/7274078\/6564212\/css\/fonts.css",
        "icon_16.png",
        "icon_48.png",
        "icon_128.png",
        "helpImagePng.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/media.twiliocdn.com https:\/\/cdn.smrtphone.io https:\/\/js.pusher.com\/4.1\/pusher.min.js https:\/\/stats.pusher.com\/timeline\/v2\/jsonp\/1 https:\/\/cdn.jsdelivr.net\/npm\/semantic-ui@2\/dist\/semantic.min.css; object-src 'self'"
}