Offerland: Autofill and Track your jobs

Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…

¿Qué es Offerland: Autofill and Track your jobs?

Offerland: Autofill and Track your jobs es una extensión de Chrome desarrollada por https://offerland.ai, y su función principal es "Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Offerland: Autofill and Track your jobs

Descarga archivos de extensión Offerland: Autofill and Track your jobs 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

                        Offerland is making job search easier than ever...

🤖 Autofill Job Applications
Autofill feature makes you 10x your productivity! no more wasting time on filling out the same applications.
- Download Offerland extension
- Create an application profile by uploading your resume
- Fill any job application with 1 click using offerland extension
- 💯 Accuracy guaranteed

📝 Autotrack Job Opportunities
Managing and tracking all job opportunities in one place! Offerland's autotracking free you from copying and pasting.
-  1 click save job opportunities using Offerland extension
-  Update and track job status as you progress
-  Save company, job title, job URL, location, add note and set interview reminders
-  Personalize to-dos to capture ideas, goals, and daily tasks

Join thousands of college students & new-grads on our platform who have submitted over 200,000+ job applications with Offerland. 😎                    

Información Básica de la Extensión

Nombre Offerland: Autofill and Track your jobs Offerland: Autofill and Track your jobs
ID cgneenbonfipejfincfoeljokamigfae
URL Oficial https://chromewebstore.google.com/detail/offerland-autofill-and-tr/cgneenbonfipejfincfoeljokamigfae
Descripción Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…
Tamaño del Archivo 2.21 MB
Cantidad de Instalaciones 1,730
Versión Actual 1.1.7
Última Actualización 2023-12-18
Fecha de Publicación 2020-12-17
Calificación 4.38/5 Total de 13 Calificaciones
Desarrollador https://offerland.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.offerland.ai
URL de la Página de Política de Privacidad https://home.offerland.ai/privacy-terms
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "OfferLand",
    "name": "Offerland: Autofill and Track your jobs",
    "version": "1.1.7",
    "manifest_version": 2,
    "browser_action": [],
    "background": {
        "scripts": [
            "hot-reload.js",
            "\/static\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.offerland.ai\/",
                "https:\/\/www.offerland.ai\/dashboard\/*",
                "https:\/\/www.offerland.ai\/profile\/*",
                "https:\/\/www.offerland.ai\/login",
                "https:\/\/www.offerland.ai\/ai-cv-builder",
                "https:\/\/www.offerland.ai\/job-board\/*",
                "https:\/\/www.offerland.ai\/template",
                "https:\/\/www.offerland.ai\/homepage",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/dashboard\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/profile\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/login",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/ai-cv-builder\/",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/job-board\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/homepage",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/template"
            ],
            "run_at": "document_end",
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/2.chunk.js",
                "\/static\/js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}