Torch | Sales intelligence made simple.
Torch works with Gmail to find prospects that you forgot about.
Was ist Torch | Sales intelligence made simple.?
Torch | Sales intelligence made simple. ist eine Chrome-Erweiterung, die von https://sales-torch.com entwickelt wurde, und ihr Hauptmerkmal ist "Torch works with Gmail to find prospects that you forgot about.".
Erweiterungsscreenshots
Torch | Sales intelligence made simple.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Torch | Sales intelligence made simple.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gkniokdpjjndfjbemndmjckjmclnimge |
| Offizielle URL | https://chromewebstore.google.com/detail/torch-sales-intelligence/gkniokdpjjndfjbemndmjckjmclnimge |
| Beschreibung | Torch works with Gmail to find prospects that you forgot about. |
| Dateigröße | 1.03 MB |
| Installationsanzahl | 119 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2018-09-11 |
| Veröffentlichungsdatum | 2018-09-11 |
| Bewertung | 4.50/5 Insgesamt 10 Bewertungen |
| Entwickler | https://sales-torch.com |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | http://sales-torch.com |
| URL der Datenschutzrichtlinien-Seite | http://help.sales-torch.com/faq-troubleshooting/privacy-policy |
| Unterstützte Sprachen | 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"
}
]
} | |