LeadBoxer for Gmail

See who opens your emails and clicks on your links, with email tracking analytics from LeadBoxer for Gmail.

Τι είναι το LeadBoxer for Gmail;

Το LeadBoxer for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.leadboxer.com, και η κύρια λειτουργία του είναι "See who opens your emails and clicks on your links, with email tracking analytics from LeadBoxer for Gmail.".

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

screenshot
screenshot

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

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

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

                        The most advanced platform for
ONLINE VISITOR IDENTIFICATION AND BEHAVIOUR TRACKING FOR B2B SALES & LEAD GENERATION

LeadBoxer is an Enterprise class, flexible (big) data collection and notification platform which offers multiple solutions for deriving value from your online presence.

LeadBoxer is SaaS platform enabling B2B sales professionals to a) close deals faster, b) identify up-sell opportunities and c) generate qualified leads from website and email data.
- Shorten  your sales cycle with lead intel and real-time notifications
- Get notified about up-sell opportunities for existing customers
- Feed a steady flow of qualified leads to your sales team,

The LeadBoxer Platform offers Online Lead Generation Solutions and solutions for Sales Intelligence and Marketing Campaign Analysis.

This extension will add email tracking for all emails send through the gmail web interface. The recipients will be added as leads or customers to your data and email opens and clicks will be merged together. 

Start your free trial to track & measure your online users by visiting our website at https://www.leadboxer.com                    

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

Όνομα LeadBoxer for Gmail LeadBoxer for Gmail
ID cakacefonnmihelljnmdeogkklkahlek
Επίσημο URL https://chromewebstore.google.com/detail/leadboxer-for-gmail/cakacefonnmihelljnmdeogkklkahlek
Περιγραφή See who opens your emails and clicks on your links, with email tracking analytics from LeadBoxer for Gmail.
Μέγεθος Αρχείου 41.74 KB
Αριθμός Εγκαταστάσεων 278
Τρέχουσα Έκδοση 0.4.1
Τελευταία Ενημέρωση 2021-10-20
Ημερομηνία Δημοσίευσης 2019-02-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.leadboxer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.leadboxer.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.leadboxer.com/article/119-email-tracking-with-gmail-in-leadboxer
URL της Σελίδας Πολιτικής Απορρήτου https://www.leadboxer.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content\/background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png",
        "128": "skin\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "browser_action": {
        "default_icon": {
            "16": "skin\/icon-16.png",
            "24": "skin\/icon-24.png",
            "32": "skin\/icon-32.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "content\/default_popup.html"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "https:\/\/track.leadboxer.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content\/lib\/inboxsdk.js",
                "content\/content_scripts.js"
            ],
            "css": [
                "skin\/content_scripts.css"
            ]
        }
    ],
    "short_name": "__MSG_appShortName__",
    "version": "0.4.1",
    "web_accessible_resources": [
        "skin\/pixel.png"
    ]
}