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 |
官方網址 | 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" ] } |