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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Torch | Sales intelligence made simple. |
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" } ] } |