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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}