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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Torch | Sales intelligence made simple. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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. 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"
        }
    ]
}