JobsAlert.pk
Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk
What is JobsAlert.pk?
JobsAlert.pk is a Chrome extension developed by https://jobsalert.pk, and its main feature is "Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk".
Extension Screenshots
Download JobsAlert.pk Extension CRX File
Download JobsAlert.pk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | JobsAlert.pk |
ID | ldjnabbinoccbodkejkdiolmadimbjkj |
Official URL | https://chromewebstore.google.com/detail/jobsalertpk/ldjnabbinoccbodkejkdiolmadimbjkj |
Description | Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk |
File Size | 2.33 MB |
Installation Count | 38 |
Current Version | 2.0 |
Last Updated | 2022-03-09 |
Publish Date | 2020-08-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://jobsalert.pk |
[email protected] | |
Payment Type | free |
Extension Website | https://jobsalert.pk |
Help Page URL | https://jobsalert.pk/contact |
Privacy Policy Page URL | https://jobsalert.pk/policy |
Supported Languages | 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" } |