Job-Scout 360
A job searching application that can get jobs for you according to your resumes.
What is Job-Scout 360?
Job-Scout 360 is a Chrome extension developed by Webs-Automation, and its main feature is "A job searching application that can get jobs for you according to your resumes.".
Extension Screenshots
Download Job-Scout 360 Extension CRX File
Download Job-Scout 360 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.
Extension Basic Information
Name | Job-Scout 360 |
ID | libdlpglppigfkjnodgalifaeadfimlj |
Official URL | https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj |
Description | A job searching application that can get jobs for you according to your resumes. |
File Size | 129 KB |
Installation Count | 72 |
Current Version | 0.34 |
Last Updated | 2024-02-27 |
Publish Date | 2023-03-26 |
Developer | Webs-Automation |
[email protected] | |
Payment Type | free |
Extension Website | https://www.websautomation.com/ |
Help Page URL | https://www.websautomation.com/contact-us |
Privacy Policy Page URL | https://www.eapplier.com/policy |
Supported Languages | 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" ] } |