Job-Scout 360
A job searching application that can get jobs for you according to your resumes.
Vad är Job-Scout 360?
Job-Scout 360 är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "A job searching application that can get jobs for you according to your resumes.".
Tilläggsskärmbilder
Ladda ner Job-Scout 360-förlängningens CRX-fil
Ladda ner Job-Scout 360-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.
Grundläggande Information om Tillägg
Namn | Job-Scout 360 |
ID | libdlpglppigfkjnodgalifaeadfimlj |
Officiell webbadress | https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj |
Beskrivning | A job searching application that can get jobs for you according to your resumes. |
Filstorlek | 129 KB |
Antal Installationer | 72 |
Aktuell Version | 0.34 |
Senast Uppdaterad | 2024-02-27 |
Publiceringsdatum | 2023-03-26 |
Utvecklare | Webs-Automation |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.websautomation.com/ |
Hjälpsida URL | https://www.websautomation.com/contact-us |
URL till Sekretesspolicy Sidan | https://www.eapplier.com/policy |
Stödda Språk | 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" ] } |