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 |
| Eメール | [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"
}
]
} | |