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ファイルをダウンロード

InTouch - Email finder & Job tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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