Job-Scout 360
A job searching application that can get jobs for you according to your resumes.
Hvad er Job-Scout 360?
Job-Scout 360 er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "A job searching application that can get jobs for you according to your resumes.".
Udvidelsesskærmbilleder
Download Job-Scout 360-udvidelses-CRX-fil
Download Job-Scout 360-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.
Grundlæggende oplysninger om udvidelsen
Navn | Job-Scout 360 |
ID | libdlpglppigfkjnodgalifaeadfimlj |
Officiel URL | https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj |
Beskrivelse | A job searching application that can get jobs for you according to your resumes. |
Filstørrelse | 129 KB |
Antal Installationer | 72 |
Nuværende Version | 0.34 |
Senest Opdateret | 2024-02-27 |
Udgivelsesdato | 2023-03-26 |
Udvikler | Webs-Automation |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.websautomation.com/ |
Hjælpeside-URL | https://www.websautomation.com/contact-us |
URL til Fortrolighedspolitik Side | https://www.eapplier.com/policy |
Understøttede Sprog | 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" ] } |