Marketo Sales

Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.

什麼是Marketo Sales?

Marketo Sales是由Marketo Sales Connect開發的Chrome擴展程式,該擴展的主要功能是“Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.”。

擴展截圖

screenshot
screenshot
screenshot

下載Marketo Sales擴展crx文件

下載Marketo Sales擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Marketo Sales Connect combines real-time marketing and sales lead insights with digital playbooks and analytics. This elevated approach to sales engagement is presented in a single screen, providing more time for selling and less time maneuvering through multiple applications. Reps are now better prepared to follow a best practices process to engage the hottest leads the right way.

Marketo Sales Connect works with Gmail, to help sales professionals quickly interact with prospects.
Marketo Sales Connect adds Email & Attachment Tracking, Templates, Marketing Campaigns, Sales Campaigns and Scheduling into Gmail.


Key Features
===================================
Lead Insights Live Feed: Reps can quickly and easily identify their hottest leads, supported with real-time sales and marketing engagement insights, to help prioritize and engage in relevant conversations that close deals.

Digital Playbooks - Campaigns: Guide inbound/outbound sales teams with proven best practice engagements across email, phone, social and direct mail with the right cadence, following your SLAs.

Content Templates: Engage leads with the right content for each interaction, from personalized emails, to the right assets and messages for each conversation — all in a self-service way that scales.

Engagement Insights: Measure how marketing and sales efforts are impacting revenue and learn where interactions and content can be tuned for improved engagements that drive results.

Task Manager: Equip sales with a prioritized list of tasks to effectively execute their day.

Marketo Engage: Elevate the user experience by providing functionality in a single screen, while easily integrating with many of Marketo's core apps, providing more effective engagements, insights and overall value.


Use Cases
===================================
Inbound: Maximize productivity by identifying the hottest leads and engaging at the right time using the right channel. Leverage playbooks to meet SLAs on inbound leads — by persona, lead source, and more — and determine the right balance of automation versus personalization.

Outbound: Leverage multiple channels, personalized messages, and consistency over an extended period of time - create campaigns to establish best practices that cue sales to hyper-personalize their outreach.

Marketing: Enhance lead scoring by including real-time marketing engagement insights with sales insights, driving more prioritized and personalized engagements. Furthermore, prove impact and make better investment decisions by expanding attribution metrics through more phases of the buyer journey, by factoring sales engagements as a channel.

Sales and Marketing Partnership: Utilizing a data-driven approach to drive collaboration, sales and marketing teams are equipped with the insights and tools needed to understand how to improve content and messaging, drive engagement best practices, and easily push updates out to teams.                    

擴展基本資訊

名稱 Marketo Sales Marketo Sales
ID gllmkcahdekdbapmdfnffclacbpnicaj
官方網址 https://chromewebstore.google.com/detail/marketo-sales/gllmkcahdekdbapmdfnffclacbpnicaj
簡介 Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.
檔案大小 2.53 MB
安裝次數 5,261
目前版本 8.7.5
更新時間 2024-02-06
上架時間 2020-01-19
評分 4.33/5 共 76 次評分
開發者 Marketo Sales Connect
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.toutapp.com
說明頁面URL http://toutapp.com/help
隱私政策頁面URL https://documents.marketo.com/legal/privacy
支援的語言 de,en,fr,es,hu,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marketo Sales",
    "short_name": "MSA",
    "version": "8.7.5",
    "manifest_version": 2,
    "description": "Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.",
    "homepage_url": "https:\/\/toutapp.com",
    "default_locale": "en",
    "incognito": "split",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.pusher.com https:\/\/toutapp.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_extBrowserActionTitle__",
        "default_popup": "niko\/src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/toutapp.com\/*",
        "https:\/\/staging.toutapp.com\/*",
        "https:\/\/qa1.toutapp.com\/*",
        "storage",
        "notifications",
        "tabs",
        "background",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/sfskyline.png",
        "images\/white-toutapp.png",
        "images\/icon-tilt-38.png",
        "images\/icon-tilt-white.png",
        "images\/icon-tilt-purple.svg",
        "images\/nuxContent\/complete.png",
        "images\/nuxContent\/createTemplate.png",
        "images\/nuxContent\/liveFeed.png",
        "images\/nuxContent\/sendFirst.png",
        "images\/nuxContent\/sendSecond.png",
        "images\/one-off-icon-font-images\/warning.svg",
        "images\/sprites.png",
        "images\/additional_sprites.png",
        "images\/ajax-loader.gif",
        "images\/ajax-loader-t.gif",
        "images\/loading-plane.png",
        "images\/logo.png",
        "images\/toutapp-logo-blue.png",
        "images\/tout-loading-small.gif",
        "images\/tout-loading-small-purple.gif",
        "images\/white-marketo.svg",
        "images\/msc-logo.svg",
        "images\/sales-connect.svg",
        "images\/icon-19.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.js",
                "gmailExecute.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "niko\/css\/app.css"
            ],
            "js": [
                "niko\/js\/vendor.js",
                "niko\/js\/app.js",
                "niko\/js\/bootstrap.js"
            ]
        }
    ]
}