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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}