AlterjOB
Its the extension to keep an eye on new job openings in your city.
什麼是AlterjOB?
AlterjOB是由Solan開發的Chrome擴展程式,該擴展的主要功能是“Its the extension to keep an eye on new job openings in your city.”。
擴展截圖
下載AlterjOB擴展crx文件
下載AlterjOB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will give you alerts/notification from your selected city whenever there is new job opening in the market. Just feed in with job queries you are looking for (i.e., what, where and country). Easy usage, get update instantly and click on notification to view/apply for the jobs. Stay updated through this extension. Be the first to reach the employer. * No registration required, install and feed the queries and You are done. * No email notifications, thus no opening of your email account again and again to check for new updates. Since Notifications are provided in real time.
擴展基本資訊
名稱 | AlterjOB |
ID | diphdfpendggojffbkkndokidcadnefl |
官方網址 | https://chromewebstore.google.com/detail/alterjob/diphdfpendggojffbkkndokidcadnefl |
簡介 | Its the extension to keep an eye on new job openings in your city. |
檔案大小 | 43.44 KB |
安裝次數 | 16 |
目前版本 | 1.0.2 |
更新時間 | 2020-01-09 |
上架時間 | 2020-01-08 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Solan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlterjOB", "description": "Its the extension to keep an eye on new job openings in your city.", "version": "1.0.2", "icons": { "16": "alt16.png", "48": "alt48.png", "128": "alt128.png" }, "browser_action": { "default_icon": { "19": "alt19.png", "38": "alt38.png" }, "default_title": "Enter job queries once, it will query the internet frequently and keep you updated with latest job openings.", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js", "apiresults.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |