Marketo Sales

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

Qu'est-ce que Marketo Sales ?

Marketo Sales est une extension Chrome développée par Marketo Sales Connect, et sa fonction principale est "Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Marketo Sales

Téléchargez les fichiers d'extension Marketo Sales au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Marketo Sales Marketo Sales
ID gllmkcahdekdbapmdfnffclacbpnicaj
URL Officiel https://chromewebstore.google.com/detail/marketo-sales/gllmkcahdekdbapmdfnffclacbpnicaj
Description Marketo Sales helps sales and marketing teams partner to drive more pipeline faster.
Taille du Fichier 2.53 MB
Nombre d'Installations 5,261
Version Actuelle 8.7.5
Dernière Mise à Jour 2024-02-06
Date de Publication 2020-01-19
Évaluation 4.33/5 Total 76 Évaluations
Développeur Marketo Sales Connect
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.toutapp.com
URL de la Page d'Aide http://toutapp.com/help
URL de la Page de Politique de Confidentialité https://documents.marketo.com/legal/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}