Revenue Grid for Salesforce and Gmail

Revenue Grid brings the power of Salesforce and Chatter to your mailbox.

什么是Revenue Grid for Salesforce and Gmail?

Revenue Grid for Salesforce and Gmail是由https://revenuegrid.com开发的Chrome扩展程序,该扩展的主要功能是“Revenue Grid brings the power of Salesforce and Chatter to your mailbox.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Revenue Grid for Salesforce and Gmail扩展crx文件

下载Revenue Grid for Salesforce and Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sell smarter with Revenue Intelligence  
Revenue Grid improves your sales performance and shifts your CRM from the “view mode” to the “do mode” with Revenue Intelligence.
Revenue Intelligence provides sales teams complete sales data through data capture features, analyzes data with AI, and offers actionable insights through guided selling capabilities. 

What does Revenue Intelligence cover?

Activity Capture 
Revenue Grid automatically captures all sales and communication data from your Gmail and saves them to Salesforce. Thus, you can keep your CRM data complete and up-to-date. With this feature, you can auto-create Salesforce objects without leaving your inbox. By automating the data entry process, you can save precious time and boost your team’s efficiency.  

Email Sidebar  
Email Sidebar allows you to work with your entire Salesforce data from your inbox. For each email or lead you are working on, get real-time insights from your Salesforce records, view and edit any detail without even leaving your Gmail. Tailor Email Sidebar to your needs by customizing which objects and fields you want to see in a few clicks. 

Pipeline Management 
Revenue Grid offers you complete pipeline visibility so that you know exactly where your quota numbers stand in real-time. With real-time tracking, you can see which deals are moving, stalled, or at risk in a matter of seconds. Immediate alerts on changes in deal sizes, close dates, and scores allow you to address any situation immediately.  

Relationship Intelligence
With Relationship Intelligence, you can map out connections between parties in a deal. By seeing who influencers, decision-makers, or stallers are, you can target the right contacts to go for the win. Insights on quality and quantity of engagement let you optimize your communication efforts to build better relations with your prospects.

Revenue Signals
Revenue Signals are actionable notifications that show what is going well or poorly in your whole sales process. As the driving force behind guided selling, Revenue Signals eliminate guesswork and offer full controllability over your pipeline. From alerts on important changes, to AI-driven insights about the next best action, Revenue Signals can guide your team in any stage, process, and scenario.

Sales Sequences
Revenue Grid’s automated Sales Sequences help your reps follow the sales process and execute better. Sales teams can build stronger relations with their prospects through insights into what works best in their sequences. With in-depth reporting on sequence performance, your reps know what to focus on and how to generate more revenue.
 
Why Revenue Grid?
 
What ROI to expect?  
●       35% increase in closed-won ratio
●       40% increase in sales velocity
●       47% of improvement in forecast reliability   

Plug-and-play implementation
●       Enterprise-ready
●       Risk-free, low-cost implementation and onboarding
●       Cross-platform support

Absolute security
●       ISO 27001 certified, SOC 2, and GDPR compliant 
●       Security reviews during every phase of product development 
●       On-prem deployments
 
Revenue Grid is free for 14 days. Once the free trial is over, an additional purchase is required.
 
 
Gmail and Salesforce Integration
Auto-capture 100% sales data, including emails, contacts, attachments, calendar events, and tasks to Salesforce and access everything directly from your Email Sidebar
 
Pipeline Inspection
Get complete visibility into your revenue cycle, spot deals at risk and determine next steps to move them forward

Relationship Intelligence
Map out relationships and connections between people involved in a deal and identify the key decision-makers
 
Revenue Signals
Guide our sales team with AI-based recommendations about the next best steps on each specific deal
 
Sales Sequences
Engage more efficiently with prospects using multichannel automated sequences that feel personal and gain AI insights into what works best and how to scale success                    

扩展基本信息

名称 Revenue Grid for Salesforce and Gmail Revenue Grid for Salesforce and Gmail
ID agfekjndkedoakoeahndfnjilkifbicn
官方URL https://chromewebstore.google.com/detail/revenue-grid-for-salesfor/agfekjndkedoakoeahndfnjilkifbicn
简介 Revenue Grid brings the power of Salesforce and Chatter to your mailbox.
文件大小 657 KB
安装次数 3,628
当前版本 2401.0.0.1822
更新时间 2024-02-09
上架时间 2020-02-29
评分 4.95/5 共20次评分
开发者 https://revenuegrid.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://revenuegrid.com/product/salesforce-and-email-and-calendar-integration/
帮助页面URL https://docs.revenuegrid.com/ri/fast/
隐私政策页面URL https://revenuegrid.com/privacy-policy
支持的语言 de,en,fr,nl,no,da,es,it,hu,pt-BR,cs,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2401.0.0.1822",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/icon_action_16.png",
            "24": "images\/icon_action_24.png",
            "32": "images\/icon_action_32.png",
            "64": "images\/icon_action_64.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/calendar.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/popup.js",
                "scripts\/relay.js",
                "scripts\/chrome.bundle.js",
                "images\/icon_128.png",
                "views\/main.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ]
}