RingDNA by Revenue.io

More Dials. Smarter Conversations. More Revenue.

什么是RingDNA by Revenue.io?

RingDNA by Revenue.io是由https://ringdna.com开发的Chrome扩展程序,该扩展的主要功能是“More Dials. Smarter Conversations. More Revenue.”。

扩展截图

screenshot
screenshot
screenshot

下载RingDNA by Revenue.io扩展crx文件

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

扩展使用说明

                        Turn bad sales engagement into great buyer experiences.
 
RingDNA is the global communications hub at the core of Revenue.io, the real-time revenue enablement platform that uses AI to transform sales performance. 

Revenue.io customers use RingDNA to gain 8X more conversations from calls, 10X more meetings with qualified decision makers and 120% quota attainment. 

RingDNA delivers contextually aware real time guidance before, during and after every sales conversation. RingDNA is a seller’s primary interface for pre-calling planning, buyer engagement, live conversation guidance, SMS messaging, email, account and contact prioritization, lead response, account intelligence and much more. 

The solution also optimizes and automates workflows to make sellers far more productive while capturing all engagement history in Salesforce. 

The Revenue.io platform is trusted by the world’s best sales teams and is recognized by industry analysts and customers as the leader in conversation intelligence, sales engagement and revenue intelligence. 

*** Try RingDNA Free Today! *** 

Additional Capabilities:

• Automated dialing
• Prioritized call lists
• Voicemail drop
• Global local presence dialing
• Configurable call dispositions
• Hundreds of turnkey performance insights 
• Seamless call transfer 
• Inbound call routing & call flows
• Click to call from any website
• Leverage data from any solution that integrates with Salesforce

• • • • • •

Need more information on full capabilities? Contact us at Revenue.io to learn more.                    

扩展基本信息

名称 RingDNA by Revenue.io RingDNA by Revenue.io
ID coeeccnnaonnljjhoonkmmoihpibgane
官方URL https://chromewebstore.google.com/detail/ringdna-by-revenueio/coeeccnnaonnljjhoonkmmoihpibgane
简介 More Dials. Smarter Conversations. More Revenue.
文件大小 306 KB
安装次数 10,000
当前版本 3.0.191
更新时间 2024-01-30
上架时间 2020-07-01
评分 4.23/5 共26次评分
开发者 https://ringdna.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.revenue.io
帮助页面URL https://support.revenue.io
隐私政策页面URL https://www.ringdna.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RingDNA by Revenue.io",
    "description": "More Dials. Smarter Conversations. More Revenue.",
    "version": "3.0.191",
    "background": {
        "service_worker": "javascripts\/app.js"
    },
    "commands": {
        "answer_call": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Answer Call"
        }
    },
    "action": {
        "default_icon": {
            "16": "images\/beacon-16.png",
            "24": "images\/beacon-24.png",
            "32": "images\/beacon-32.png",
            "64": "images\/beacon-64.png",
            "128": "images\/beacon-128.png"
        },
        "default_title": "RingDNA SoftPhone v2"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "javascripts\/vendor.js",
                "javascripts\/content.js",
                "javascripts\/content2.js"
            ],
            "css": [
                "styles\/extension.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/softphone.ringdna.net\/*",
        "*:\/\/app.dnbhoovers.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/softphone.ringdna.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png",
                "images\/btn-sms-sfdc.png",
                "styles\/extension.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    }
}