InTouch - Email finder & Job tracker

The ultimate tool to connect with recruiters, track job applications and land interviews in one place.

InTouch - Email finder & Job tracker란 무엇입니까?

InTouch - Email finder & Job tracker은(는) https://intouches.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate tool to connect with recruiters, track job applications and land interviews in one place."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

InTouch - Email finder & Job tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of getting ghosted by recruiters? Candidates who reached out are 5x times more likely to get invited to interviews.

Key Features
💡InTouch assists you in finding recruiter emails on LinkedIn and reaching out using customized email templates with one click
💡Automatically records job positions applied when you hit the 'apply' button on LinkedIn, Handshake, and Indeed
💡Track the progress of every job application you submitted
💡Follow up on all your applications in one click


TRY IT FREE: https://intouches.io/                    

확장 프로그램 기본 정보

이름 InTouch - Email finder & Job tracker InTouch - Email finder & Job tracker
ID aohkfefghmpadlbpodbhapfgcliiejch
공식 URL https://chromewebstore.google.com/detail/intouch-email-finder-job/aohkfefghmpadlbpodbhapfgcliiejch
설명 The ultimate tool to connect with recruiters, track job applications and land interviews in one place.
파일 크기 3.73 MB
설치 횟수 513
현재 버전 0.0.0.36
최근 업데이트 2024-02-27
출시 날짜 2023-04-21
평점 5.00/5 총 4 개의 평점
개발자 https://intouches.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://intouches.io/
도움말 페이지 URL https://intouches.io/
개인정보 보호 정책 페이지 URL https://intouches.io/company-terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InTouch - Email finder & Job tracker",
    "description": "The ultimate tool to connect with recruiters, track job applications and land interviews in one place.",
    "version": "0.0.0.36",
    "action": {
        "default_popup": "popup.html",
        "default_title": "InTouch: recruiter email finder & job application tracker",
        "default_icon": "icon48.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "activeTab",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.intouches.io\/",
        "https:\/\/connect.intouches.io\/",
        "https:\/\/kevinlab.io\/",
        "https:\/\/connect.kevinlab.io\/",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/*.joinhandshake.com\/*",
        "https:\/\/www.indeed.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "original_matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.joinhandshake.com*",
                "https:\/\/www.indeed.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "contentScript.css",
                "logoBlack.svg",
                "logoBlue.svg",
                "close.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}