RingDNA by Revenue.io

More Dials. Smarter Conversations. More Revenue.

¿Qué es RingDNA by Revenue.io?

RingDNA by Revenue.io es una extensión de Chrome desarrollada por https://ringdna.com, y su función principal es "More Dials. Smarter Conversations. More Revenue.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RingDNA by Revenue.io

Descarga archivos de extensión RingDNA by Revenue.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RingDNA by Revenue.io RingDNA by Revenue.io
ID coeeccnnaonnljjhoonkmmoihpibgane
URL Oficial https://chromewebstore.google.com/detail/ringdna-by-revenueio/coeeccnnaonnljjhoonkmmoihpibgane
Descripción More Dials. Smarter Conversations. More Revenue.
Tamaño del Archivo 306 KB
Cantidad de Instalaciones 10,000
Versión Actual 3.0.191
Última Actualización 2024-01-30
Fecha de Publicación 2020-07-01
Calificación 4.23/5 Total de 26 Calificaciones
Desarrollador https://ringdna.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.revenue.io
URL de la Página de Ayuda https://support.revenue.io
URL de la Página de Política de Privacidad https://www.ringdna.com/privacy-policy
Idiomas Soportados 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"
    }
}