Job-Scout 360
A job searching application that can get jobs for you according to your resumes.
Wat is Job-Scout 360?
Job-Scout 360 is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "A job searching application that can get jobs for you according to your resumes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Job-Scout 360
Download Job-Scout 360-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.
Basisinformatie over de Extensie
Naam | Job-Scout 360 |
ID | libdlpglppigfkjnodgalifaeadfimlj |
Officiële URL | https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj |
Beschrijving | A job searching application that can get jobs for you according to your resumes. |
Bestandsgrootte | 129 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.34 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2023-03-26 |
Ontwikkelaar | Webs-Automation |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.websautomation.com/ |
Help Pagina-URL | https://www.websautomation.com/contact-us |
URL van de Privacybeleid Pagina | https://www.eapplier.com/policy |
Ondersteunde Talen | 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" ] } |