Showpad for Chrome

Personalize your interactions in Gmail, and track content shared through your sales engagement tools or social media.

Τι είναι το Showpad for Chrome;

Το Showpad for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Showpad, και η κύρια λειτουργία του είναι "Personalize your interactions in Gmail, and track content shared through your sales engagement tools or social media.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Showpad for Chrome

Λήψη αρχείων επέκτασης Showpad for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Showpad empowers sales and marketing teams to meet the demands of modern buyers by integrating industry leading training and coaching software with innovative content solutions. 

Showpad for Chrome not only lets sellers personalize their emails sent from Gmail with the latest on-brand content, but they can also use the extension to share content through Outreach, Outlook Online and many of the top social media platforms – and track which content resonates with the market in Showpad.

The Chrome extension lets sales reps work from one platform, increasing their active selling time to investigate new opportunities, engage with buyers and follow-up on ongoing deals.

Features included in this integration:
- Email the latest on-brand content right from Gmail 
- Find and share the latest on-brand content to your email templates right from within the Outreach email editor, or from Showpad's Chrome plugin
- Quickly find and share a marketing-approved email template enriched with Showpad content in Outreach
- Instantly share content with buyers on LinkedIn, Twitter, WhatsApp or your social medium of choice
- Track which content resonates with your buyers in Showpad
- Automatically log all emails sent and prospect interactions with shared content through Gmail in Showpad and Salesforce

Showpad for Gmail is available for all Showpad customers. Showpad’s social selling and sales engagement integrations are available to our Plus and Ultimate packages.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Showpad for Chrome Showpad for Chrome
ID dnlkpnnglcjooohhgpjhmbcfgahcjbap
Επίσημο URL https://chromewebstore.google.com/detail/showpad-for-chrome/dnlkpnnglcjooohhgpjhmbcfgahcjbap
Περιγραφή Personalize your interactions in Gmail, and track content shared through your sales engagement tools or social media.
Μέγεθος Αρχείου 2.69 MB
Αριθμός Εγκαταστάσεων 8,448
Τρέχουσα Έκδοση 3.12.3
Τελευταία Ενημέρωση 2023-12-18
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 4.83/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Showpad
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.showpad.com/product/integrations/email-integrations/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.showpad.com/hc/en-us/articles/211959189
URL της Σελίδας Πολιτικής Απορρήτου https://www.showpad.com/gdpr
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showpad for Chrome",
    "description": "Personalize your interactions in Gmail, and track content shared through your sales engagement tools or social media.",
    "author": "Showpad",
    "version": "3.12.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/logo128.png",
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "snippet.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com https:\/\/cdn.mxpnl.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "inboxsdk.js",
                "foreground.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin.js",
                "jquery.min.js",
                "foreground.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "js": [
                "outreach.js",
                "jquery.min.js",
                "foreground.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "js": [
                "outlook.js",
                "jquery.min.js",
                "foreground.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.showpad.biz\/*",
                "*:\/\/*.showpad.io\/*",
                "*:\/\/*.showpad.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "*:\/\/*.showpad.biz\/*",
        "*:\/\/*.showpad.io\/*",
        "*:\/\/*.showpad.com\/*",
        "storage",
        "webNavigation",
        "identity"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "showpadJS.js",
        "iframe.html",
        "content.js"
    ]
}