Torch | Sales intelligence made simple.
Torch works with Gmail to find prospects that you forgot about.
Τι είναι το Torch | Sales intelligence made simple.;
Το Torch | Sales intelligence made simple. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sales-torch.com, και η κύρια λειτουργία του είναι "Torch works with Gmail to find prospects that you forgot about.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Torch | Sales intelligence made simple.
Λήψη αρχείων επέκτασης Torch | Sales intelligence made simple. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Welcome to the new best tool for sales reps.
Torch is a suite of tools for sales reps that focus on reducing the time reps send on menial tasks so they can focus on building relationships with prospects.
Start a free trial today! No credit card required.
Find - Use Torch Find to find anyones email address instantly.
Verify - Not sure if an email is correct? Enter it in our verifier for free to be certain.
Track - With Torch track you can see who is reading your emails.
Scan - Torch will scan your email outbox to find prospects you need to follow-up with. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gkniokdpjjndfjbemndmjckjmclnimge |
| Επίσημο URL | https://chromewebstore.google.com/detail/torch-sales-intelligence/gkniokdpjjndfjbemndmjckjmclnimge |
| Περιγραφή | Torch works with Gmail to find prospects that you forgot about. |
| Μέγεθος Αρχείου | 1.03 MB |
| Αριθμός Εγκαταστάσεων | 119 |
| Τρέχουσα Έκδοση | 0.3 |
| Τελευταία Ενημέρωση | 2018-09-11 |
| Ημερομηνία Δημοσίευσης | 2018-09-11 |
| Αξιολόγηση | 4.50/5 Συνολικά 10 Αξιολογήσεις |
| Προγραμματιστής | https://sales-torch.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | http://sales-torch.com |
| URL της Σελίδας Πολιτικής Απορρήτου | http://help.sales-torch.com/faq-troubleshooting/privacy-policy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Torch | Sales intelligence made simple.",
"short_name": "Torch | Sales intelligance Made Simple",
"description": "Torch works with Gmail to find prospects that you forgot about.",
"version": "0.3",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook.office365.com\/*",
"https:\/\/outlook.office.com\/*",
"notifications"
],
"web_accessible_resources": [
"scripts\/app.js",
"styles\/app.css",
"images\/*",
"sounds\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook.office365.com\/*",
"https:\/\/outlook.office.com\/*"
],
"js": [
"scripts\/inboxsdk.js",
"scripts\/app.js"
],
"css": [
"styles\/app.css"
],
"run_at": "document_end"
}
]
} | |