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 |
Eメール | [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" ] } |