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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Torch works with Gmail to find prospects that you forgot about."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torch | Sales intelligence made simple. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |