JobsAlert.pk
Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk
JobsAlert.pk란 무엇입니까?
JobsAlert.pk은(는) https://jobsalert.pk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk"입니다.
확장 프로그램 스크린샷
JobsAlert.pk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
JobsAlert.pk chrome extension will work as like a feed. You can find any kind of jobs from country Pakistan with this cool extension. We provide the latest government and private sector jobs in Pakistan on JobsAlert.pk, Pakistan's premier jobs platform. NTS, Pakistan Army, Pakistan Navy, Pakistan Air Force, PPSC, FPSC, WAPDA, IB, FIA, and many others have recently been posted on our site. Through this extension, you will get a dashboard whenever you will open a new tab where 1. You can read latest jobs. 2. Read out latest blog. 3. Get to know about government jobs in Pakistan. 4. Get alerts with our settings tabs.
확장 프로그램 기본 정보
이름 | JobsAlert.pk |
ID | ldjnabbinoccbodkejkdiolmadimbjkj |
공식 URL | https://chromewebstore.google.com/detail/jobsalertpk/ldjnabbinoccbodkejkdiolmadimbjkj |
설명 | Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk |
파일 크기 | 2.33 MB |
설치 횟수 | 38 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-03-09 |
출시 날짜 | 2020-08-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://jobsalert.pk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jobsalert.pk |
도움말 페이지 URL | https://jobsalert.pk/contact |
개인정보 보호 정책 페이지 URL | https://jobsalert.pk/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JobsAlert.pk", "description": "Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "alarms", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.0" } |