JobsAlert.pk
Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk
Cos'è JobsAlert.pk?
JobsAlert.pk è un'estensione di Chrome sviluppata da https://jobsalert.pk, e la sua funzione principale è "Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JobsAlert.pk
Scarica i file di estensione JobsAlert.pk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | JobsAlert.pk |
ID | ldjnabbinoccbodkejkdiolmadimbjkj |
URL Ufficiale | https://chromewebstore.google.com/detail/jobsalertpk/ldjnabbinoccbodkejkdiolmadimbjkj |
Descrizione | Our JobsAlert extension will search and show latest jobs a page using JobsAlert.pk |
Dimensione del File | 2.33 MB |
Conteggio Installazioni | 38 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-03-09 |
Data di Pubblicazione | 2020-08-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://jobsalert.pk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jobsalert.pk |
URL della Pagina di Aiuto | https://jobsalert.pk/contact |
URL della Pagina della Politica sulla Privacy | https://jobsalert.pk/policy |
Lingue Supportate | 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" } |