Offerland: Autofill and Track your jobs

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

Was ist Offerland: Autofill and Track your jobs?

Offerland: Autofill and Track your jobs ist eine Chrome-Erweiterung, die von https://offerland.ai entwickelt wurde, und ihr Hauptmerkmal ist "Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Offerland: Autofill and Track your jobs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Offerland: Autofill and Track your jobs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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. 😎                    

Grundlegende Informationen zur Erweiterung

Name Offerland: Autofill and Track your jobs Offerland: Autofill and Track your jobs
ID cgneenbonfipejfincfoeljokamigfae
Offizielle URL https://chromewebstore.google.com/detail/offerland-autofill-and-tr/cgneenbonfipejfincfoeljokamigfae
Beschreibung Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…
Dateigröße 2.21 MB
Installationsanzahl 1,730
Aktuelle Version 1.1.7
Letztes Update 2023-12-18
Veröffentlichungsdatum 2020-12-17
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler https://offerland.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.offerland.ai
URL der Datenschutzrichtlinien-Seite https://home.offerland.ai/privacy-terms
Unterstützte Sprachen 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\/*"
    ]
}