Drift Email

Drift lets you automatically greet prospects you email with a personalized message when they’re on your site.

Τι είναι το Drift Email;

Το Drift Email είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://drift.com, και η κύρια λειτουργία του είναι "Drift lets you automatically greet prospects you email with a personalized message when they’re on your site.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Drift Email

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

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

                        The Drift Email extension helps you remove friction from the buyer experience. 

Using this extension, you’ll be able to let your buyers book a meeting from email in one-click, automatically greet prospects you emailed with a personalized message when they’re on your website and get notified when your ABM accounts are ready to chat. 

The Drift Email extension closes the loop between conversations that happen over email and conversations that happen in real-time on your website, ensuring that sales reps never miss an opportunity to connect with a prospect at exactly the right time.

With the Drift Email extension, sales development reps will be able to greet website visitors with personalized messages and respond instantly while a prospect is live on their website. And if a sales rep can’t be there in real-time, Driftbot will jump into the conversation and automatically schedule a meeting with the prospect for later.

In addition, sales reps will be able to track opens and clicks, see conversation history, and get real-time alerts when a prospect responds to a conversation, as well as enroll leads in email sequences directly from within Salesforce.

The Drift extension also includes performance reporting for sales managers, so they can see how many conversations reps are having, their conversion rates, and more.                    

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

Όνομα Drift Email Drift Email
ID obpicmhmbfddhkcbiapfeginbafnjmmm
Επίσημο URL https://chromewebstore.google.com/detail/drift-email/obpicmhmbfddhkcbiapfeginbafnjmmm
Περιγραφή Drift lets you automatically greet prospects you email with a personalized message when they’re on your site.
Μέγεθος Αρχείου 16.38 MB
Αριθμός Εγκαταστάσεων 14,775
Τρέχουσα Έκδοση 8.30.0
Τελευταία Ενημέρωση 2023-09-08
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.82/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://drift.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://help.drift.com/integrations/using-the-drift-email-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.drift.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drift Email",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "salesforce-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "lightning-content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "2020_Drift_Icon_48.png",
        "128": "2020_Drift_Icon_128.png"
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "*.png",
        "*.gif",
        "*.otf",
        "*.ttf",
        "onboarding.html",
        "feature-onboarding.html",
        "sequence-onboarding.html",
        "enrollv2.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.driftqa.com\/*",
            "*:\/\/*.drift.com\/*"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com https:\/\/cloud.tinymce.com:*; object-src 'self'",
    "description": "Drift lets you automatically greet prospects you email with a personalized message when they\u2019re on your site.",
    "version": "8.30.0"
}