Salespanel
Identify, track and score your leads with Salespanel
Τι είναι το Salespanel;
Το Salespanel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://salespanel.io, και η κύρια λειτουργία του είναι "Identify, track and score your leads with Salespanel".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Salespanel
Λήψη αρχείων επέκτασης Salespanel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Salespanel brings all your leads in a single screen when they engage with your emails, marketing newsletters, website page or webforms. This aggregated activity of the identified contact on one screen helps you track and score prospects better. Instant notifications when a prospect becomes active after some cold time helps you to follow up. 1. Install Salespanel chrome extension. 2. Extension will connect itself automatically with your Salespanel account. 3. Extension will seamlessly work with your compose-email workflow in Gmail. 4. Email tracking is activated by default. 5. Extension will highlight itself with a green tick when it can provide you a tracking URL for your email campaign tool. 6. You can now receive notifications when your prospect opens your email. 7. You can now receive notifications when a new contact is captured from your newsletter or landing pages. 8. You can now receive notifications when an existing Salespanel contact is active on your landing page. For more information and live support please visit our product website. By installing the extension, you agree to Salespanel's Terms and Conditions and Privacy Policy.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mhpofhehdeodknocjmjgkkcnocnbomdc |
Επίσημο URL | https://chromewebstore.google.com/detail/salespanel/mhpofhehdeodknocjmjgkkcnocnbomdc |
Περιγραφή | Identify, track and score your leads with Salespanel |
Μέγεθος Αρχείου | 199 KB |
Αριθμός Εγκαταστάσεων | 522 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2021-06-17 |
Ημερομηνία Δημοσίευσης | 2019-10-06 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://salespanel.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://salespanel.io/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://salespanel.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salespanel", "version": "1.2.3", "description": "Identify, track and score your leads with Salespanel", "permissions": [ "gcm", "notifications", "storage", "*:\/\/*.salespanel.io\/*", "*:\/\/mail.google.com\/*", "*:\/\/*.googleusercontent.com\/*", "tabs", "webRequest", "webRequestBlocking" ], "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/salespanel-logo-favicon.png", "32": "images\/salespanel-logo-favicon.png", "48": "images\/salespanel-logo-favicon.png", "128": "images\/salespanel-logo-favicon.png" } }, "icons": { "16": "images\/salespanel-logo-favicon.png", "32": "images\/salespanel-logo-favicon.png", "48": "images\/salespanel-logo-favicon.png", "128": "images\/salespanel-logo-favicon.png" }, "background": { "scripts": [ "js\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "css\/normalize.css", "css\/salespanel.css" ], "js": [ "js\/jquery.min.js", "js\/modal.js", "js\/inboxsdk.js", "js\/linkify.min.js", "js\/linkify-jquery.min.js", "js\/linkify-element.min.js", "js\/kefir.min.js", "contentScript.js" ] } ], "web_accessible_resources": [ "images\/salespanel-logo-favicon.png", "images\/salespanel-logo-favicon-checked.png", "images\/salespanel-logo-favicon-crossed.png", "images\/salespanel-logo-dark.png", "images\/chrome-extension-gmail-tracking-enabled.png", "images\/salespanel-logo-light.png", "images\/spinner.svg" ], "externally_connectable": { "matches": [ "*:\/\/*.salespanel.io\/*" ] } } |