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是由https://www.leadboxer.com開發的Chrome擴展程式,該擴展的主要功能是“See who opens your emails and clicks on your links, with email tracking analytics from LeadBoxer for Gmail.”。
擴展截圖
下載LeadBoxer for Gmail擴展crx文件
下載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 |
ID | cakacefonnmihelljnmdeogkklkahlek |
官方網址 | 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" ] } |