Job-Scout 360

A job searching application that can get jobs for you according to your resumes.

Was ist Job-Scout 360?

Job-Scout 360 ist eine Chrome-Erweiterung, die von Webs-Automation entwickelt wurde, und ihr Hauptmerkmal ist "A job searching application that can get jobs for you according to your resumes.".

Erweiterungsscreenshots

screenshot

Job-Scout 360-Erweiterungs-CRX-Datei herunterladen

Laden Sie Job-Scout 360-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

                        An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.                    

Grundlegende Informationen zur Erweiterung

Name Job-Scout 360 Job-Scout 360
ID libdlpglppigfkjnodgalifaeadfimlj
Offizielle URL https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj
Beschreibung A job searching application that can get jobs for you according to your resumes.
Dateigröße 129 KB
Installationsanzahl 72
Aktuelle Version 0.34
Letztes Update 2024-02-27
Veröffentlichungsdatum 2023-03-26
Entwickler Webs-Automation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.websautomation.com/
Hilfeseite URL https://www.websautomation.com/contact-us
URL der Datenschutzrichtlinien-Seite https://www.eapplier.com/policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Job-Scout 360",
    "version": "0.34",
    "description": "A job searching application that can get jobs for you according to your resumes.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.glassdoor.com\/*",
                "https:\/\/ca.indeed.com\/*",
                "https:\/\/pk.indeed.com\/*",
                "https:\/\/www.indeed.com\/*",
                "https:\/\/m5.apply.indeed.com\/*",
                "https:\/\/fr.indeed.com\/*",
                "https:\/\/www.fr.indeed.com\/*",
                "https:\/\/arbetsformedlingen.se\/*",
                "https:\/\/www.arbetsformedlingen.se\/*",
                "https:\/\/jobscout.websautomation.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.mail.google.com\/*",
                "https:\/\/se.indeed.com\/*",
                "https:\/\/smartapply.indeed.com\/*",
                "https:\/\/www.dice.com\/*",
                "https:\/\/www.google.com\/recaptcha\/*",
                "https:\/\/ae.indeed.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}