RingDNA by Revenue.io

More Dials. Smarter Conversations. More Revenue.

Was ist RingDNA by Revenue.io?

RingDNA by Revenue.io ist eine Chrome-Erweiterung, die von https://ringdna.com entwickelt wurde, und ihr Hauptmerkmal ist "More Dials. Smarter Conversations. More Revenue.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

RingDNA by Revenue.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie RingDNA by Revenue.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RingDNA by Revenue.io RingDNA by Revenue.io
ID coeeccnnaonnljjhoonkmmoihpibgane
Offizielle URL https://chromewebstore.google.com/detail/ringdna-by-revenueio/coeeccnnaonnljjhoonkmmoihpibgane
Beschreibung More Dials. Smarter Conversations. More Revenue.
Dateigröße 306 KB
Installationsanzahl 10,000
Aktuelle Version 3.0.191
Letztes Update 2024-01-30
Veröffentlichungsdatum 2020-07-01
Bewertung 4.23/5 Insgesamt 26 Bewertungen
Entwickler https://ringdna.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.revenue.io
Hilfeseite URL https://support.revenue.io
URL der Datenschutzrichtlinien-Seite https://www.ringdna.com/privacy-policy
Unterstützte Sprachen 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"
    }
}