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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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:\/\/*\/*" ] } |