RingDNA by Revenue.io

More Dials. Smarter Conversations. More Revenue.

ما هو RingDNA by Revenue.io؟

RingDNA by Revenue.io هو إضافة Chrome تم تطويرها بواسطة https://ringdna.com، والميزة الرئيسية لها هي "More Dials. Smarter Conversations. More Revenue.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RingDNA by Revenue.io

قم بتنزيل ملفات الامتداد RingDNA by Revenue.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.revenue.io
عنوان صفحة سياسة الخصوصية 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"
    }
}