PartTimePost.com - Latest Jobs
Latest jobs from PartTimePost.com
Cos'è PartTimePost.com - Latest Jobs?
PartTimePost.com - Latest Jobs è un'estensione di Chrome sviluppata da https://parttimepost.com, e la sua funzione principale è "Latest jobs from PartTimePost.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PartTimePost.com - Latest Jobs
Scarica i file di estensione PartTimePost.com - Latest Jobs 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
MONETISE YOUR TIME, SKILL & HOBBY HOW PARTTIMEPOST.COM WORKS? It is simple. PartTimePost.com specialises in part-time, freelance and temporary job recruitment. By connecting the employers and jobseekers through our online services, we make flexible employment more accessible. 5 REASONS WHY YOU SHOULD JOIN PARTTIMEPOST.COM 1. To obtain extra source of income 2. To showcase your skills 3. To accumulate working experience 4. To embark on new career options 5. To widen your social network
Informazioni di Base sull'Estensione
Nome | |
ID | eodlopfpidoaockfnnkfelgopoeeicok |
URL Ufficiale | https://chrome.google.com/webstore/detail/parttimepostcom-latest-jo/eodlopfpidoaockfnnkfelgopoeeicok |
Descrizione | Latest jobs from PartTimePost.com |
Dimensione del File | 138 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2016-03-01 |
Data di Pubblicazione | 2016-03-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://parttimepost.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://parttimepost.com/personal-data-general-notice |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*", "management" ], "externally_connectable": { "matches": [ "*:\/\/parttimepost.com\/*" ] }, "web_accessible_resources": [ "img\/icon.png" ] } |