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 هو إضافة Chrome تم تطويرها بواسطة https://intouches.io، والميزة الرئيسية لها هي "The ultimate tool to connect with recruiters, track job applications and land interviews in one place.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة InTouch - Email finder & Job tracker

قم بتنزيل ملفات الامتداد InTouch - Email finder & Job tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://intouches.io/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}