Teal - Free Job Search & Contacts Tracker

The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.

¿Qué es Teal - Free Job Search & Contacts Tracker?

Teal - Free Job Search & Contacts Tracker es una extensión de Chrome desarrollada por https://tealhq.com, y su función principal es "The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Teal - Free Job Search & Contacts Tracker

Descarga archivos de extensión Teal - Free Job Search & Contacts Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Power your job search with the Teal Chrome Extension. Named one of Chrome Web Store's Favorites of 2023.

Teal is the all-in-one career growth platform where you can create and manage multiple versions of your resume, track your entire job search, and simplify and organize applications, helping you land a job you're excited about even faster.

With Teal's Chrome Extension, you can beat information overload, manage your applications all in one place, and stay on track throughout your job search. 

No more custom spreadsheets that you need to build from scratch! 

☆☆WHAT YOU'LL GET☆☆

JOB TRACKER
✓  Bookmark jobs from LinkedIn, Indeed, and 40+ other job boards
✓  Track the status of every job you've applied for (and keep access to the job description) 
✓  Discover salary information from every job description
✓  Highlight the top skills and keywords for any role
✓  Set follow-up reminders for interviews, communication, and more
✓  Use email templates for outreach and follow-ups

CONTACTS & COMPANIES
✓  Seamlessly bookmark connections and companies from LinkedIn
✓  Save entire LinkedIn profiles for company and network research
✓  Set follow-up dates for communicating with contacts
✓  Save notes on every contact and company
✓  Attach connections to job opportunities and interviews with ease

LINKEDIN PROFILE ANALYSIS
✓  Analyze your LinkedIn profile for areas of improvement
✓  Optimize your profile based on best practices 
✓  Leverage tools and templates to quickly make adjustments
✓  Appear higher in search results to stand out to recruiters


★★★★★ “What started as a Google search for job tracking templates has turned into a wonderful experience end to end with this platform. Not only from a tracking and functionality standpoint but from a resource and enablement standpoint. This tool has basically every feature that I would have added if I had created it myself!”  - Shirene Niksadat


--------------------------------

PRIVACY & SECURITY  
At Teal, we’re committed to protecting your privacy. The information we gather or process is used strictly to grow your career and help speed up and better your job search. Your information is not and has not been sold to third parties. 

More information on privacy and security can be found on our website: https://www.tealhq.com/privacy-policy
https://www.tealhq.com/terms-conditions

HELP & CONTACT
Support Center: https://tealhq.helpscoutdocs.com/
Email us at: [email protected] 
Contact us: https://www.tealhq.com/contact

MORE WAYS TO CONNECT  
Career Hub: https://www.tealhq.com/blog 
LinkedIn: https://www.linkedin.com/company/tealhq/
YouTube: https://tealhq.co/YouTube
TikTok: https://www.tiktok.com/@teal_hq
X: https://twitter.com/teal_hq
Instagram: https://www.instagram.com/teal_hq                    

Información Básica de la Extensión

Nombre Teal - Free Job Search & Contacts Tracker Teal - Free Job Search & Contacts Tracker
ID opafjjlpbiaicbbgifbejoochmmeikep
URL Oficial https://chromewebstore.google.com/detail/teal-free-job-search-cont/opafjjlpbiaicbbgifbejoochmmeikep
Descripción The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.
Tamaño del Archivo 1.23 MB
Cantidad de Instalaciones 182,543
Versión Actual 3.8.0
Última Actualización 2024-01-23
Fecha de Publicación 2020-11-24
Calificación 4.93/5 Total de 2421 Calificaciones
Desarrollador https://tealhq.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.tealhq.com
URL de la Página de Ayuda https://tealhq.helpscoutdocs.com/
URL de la Página de Política de Privacidad https://www.tealhq.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teal - Free Job Search & Contacts Tracker",
    "version": "3.8.0",
    "manifest_version": 3,
    "description": "The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.",
    "homepage_url": "https:\/\/tealhq.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "action": [],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' ; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/app.tealhq.com data:; font-src 'self'; connect-src https:\/\/auth.service.tealhq.com https:\/\/auth-staging.tealhq.com https:\/\/company.service.tealhq.com https:\/\/company-staging.tealhq.com http:\/\/localhost:3003 http:\/\/localhost:3001"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.tealhq.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/images\/logo.svg",
                "content\/videos\/pinning.mp4",
                "content\/videos\/full_process.mp4",
                "content\/videos\/selecting_jobs.mp4",
                "content\/videos\/pinning.mp4"
            ],
            "matches": [
                "https:\/\/app.tealhq.com\/*"
            ]
        },
        {
            "resources": [
                "\/images\/*.svg",
                "\/images\/*.png",
                "\/fonts\/*.woff",
                "style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "author": {
        "name": "www.tealhq.com",
        "url": "https:\/\/www.tealhq.com\/"
    }
}