Job-Scout 360
A job searching application that can get jobs for you according to your resumes.
什么是Job-Scout 360?
Job-Scout 360是由Webs-Automation开发的Chrome扩展程序,该扩展的主要功能是“A job searching application that can get jobs for you according to your resumes.”。
扩展截图
下载Job-Scout 360扩展crx文件
下载Job-Scout 360扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension to search jobs on basis of resume. It helps you in recruitment process to to give you an hiring.
扩展基本信息
名称 | Job-Scout 360 |
ID | libdlpglppigfkjnodgalifaeadfimlj |
官方URL | https://chromewebstore.google.com/detail/job-scout-360/libdlpglppigfkjnodgalifaeadfimlj |
简介 | A job searching application that can get jobs for you according to your resumes. |
文件大小 | 129 KB |
安装次数 | 72 |
当前版本 | 0.34 |
更新时间 | 2024-02-27 |
上架时间 | 2023-03-26 |
开发者 | Webs-Automation |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.websautomation.com/ |
帮助页面URL | https://www.websautomation.com/contact-us |
隐私政策页面URL | https://www.eapplier.com/policy |
支持的语言 | 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" ] } |