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.是由https://sales-torch.com开发的Chrome扩展程序,该扩展的主要功能是“Torch works with Gmail to find prospects that you forgot about.”。
扩展截图
下载Torch | Sales intelligence made simple.扩展crx文件
下载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"
}
]
} | |