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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate tool to connect with recruiters, track job applications and land interviews in one place."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InTouch - Email finder & Job tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}