Ring.io Web Phone

Click to call from Salesforce, Zoho or any other website. Automatically logs your calls. Free trial.

Ring.io Web Phone란 무엇입니까?

Ring.io Web Phone은(는) https://ringio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to call from Salesforce, Zoho or any other website. Automatically logs your calls. Free trial."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ring.io Web Phone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ring.io is a Power Dialer and call center platform for CRM that allows you to make and receive calls right from Salesforce, Hubspot, Zoho CRM, Pipedrive and Dynamics by just using a headset and Google Chrome.

Ring.io Power Dialer increases sales calling productivity by 2x. Reps can do all their calling right from the CRM and Ring.io takes the hassle out of logging their calls by doing it for them, with call recordings, notes and dispositions.

Ring.io’s auto-progressing Power Dialer allows reps to make hundreds of calls per day while helping you stay compliant with calling laws. Reps can sit back and focus on their pitch while Ring.io advances to the next call, and they can drop voicemails with just one click.

With powerful customization options you can build the sales cadence of your dreams and elevate your sales process with automations that keep leads engaged and reps focused on the most promising opportunities.

Ring.io offers all the tools your team needs for coaching, with a Live Monitor that shows all ongoing conversations, 1-click Eavesdrop capability, as well as Leaderboards and Call Goals.

Advanced Caller ID management with RingLocal ensures that your connect rates remain high and that no callback is ever missed.

Get Reporting & Analytics at your fingertips, so you can answer questions about call volumes, lengths, outcomes, dispositions, and more.

Make calls with just a headset + computer, or from an office phone or cell phone.

With no onboarding costs and a friendly team of support reps based in Washington DC, we'll get you on your way to a perfect telephony-CRM setup.                    

확장 프로그램 기본 정보

이름 Ring.io Web Phone Ring.io Web Phone
ID akccggdgggleflhhinmemopglmnjhkho
공식 URL https://chromewebstore.google.com/detail/ringio-web-phone/akccggdgggleflhhinmemopglmnjhkho
설명 Click to call from Salesforce, Zoho or any other website. Automatically logs your calls. Free trial.
파일 크기 637 KB
설치 횟수 1,721
현재 버전 2430.1218.1953
최근 업데이트 2023-12-31
출시 날짜 2020-06-14
평점 3.78/5 총 9 개의 평점
개발자 https://ringio.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ring.io
도움말 페이지 URL https://support.ring.io
개인정보 보호 정책 페이지 URL http://www.ring.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ring.io Web Phone",
    "description": "Click to call from Salesforce, Zoho or any other website. Automatically logs your calls. Free trial.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "2430.1218.1953",
    "content_security_policy": "script-src 'self' https:\/\/app.ringio.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "background\/background.store-production.html"
    },
    "externally_connectable": {
        "ids": [
            "akccggdgggleflhhinmemopglmnjhkho",
            "dojkabcgnobldoinfehkcgacdfdjhcdd",
            "dmapobhlcojobmppjfhcmpjhncclgigl",
            "mklioalbingcjkeoidhmjciimjejoiim"
        ],
        "matches": [
            "https:\/\/*.ringio.com\/launcher-app\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ringio.com\/launcher-app\/*",
                "https:\/\/app.ringio.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "config\/config.js",
                "content-tab\/BackgroundBridge.js",
                "content-tab\/TabBridge.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.ringio.com\/*",
                "https:\/\/*.twilio.com\/*",
                "https:\/\/*.hubspot.com\/workflows\/*",
                "https:\/\/localhost:*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content-tab\/BackgroundBridge.js",
                "content-c2c\/libphonenumber-min.js",
                "content-c2c\/c2c.js"
            ],
            "css": [
                "content-c2c\/c2c.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*?*ringiotest=true*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content-welcome\/jquery-3.5.1.min.js",
                "content-welcome\/jquery-migrate-3.3.1.min.js",
                "content-welcome\/kinetic.min.js",
                "content-welcome\/enjoyhint.min.js",
                "content-welcome\/welcome.js"
            ],
            "css": [
                "content-welcome\/enjoyhint.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Ring.io Web Phone",
        "default_icon": "browser-action-logo.png"
    },
    "web_accessible_resources": [
        "content-c2c\/telephone.svg",
        "content-c2c\/libphonenumber-min.js.map",
        "content-welcome\/Casino_Hand\/*",
        "icon-48.png"
    ]
}