Marketo Sales

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

Что такое Marketo Sales?

Marketo Sales - это расширение Chrome, разработанное Marketo Sales Connect, и его основная функция - "Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Marketo Sales

Скачайте файлы расширений 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
Официальный URL 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"
            ]
        }
    ]
}