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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |