PartTimePost.com - Latest Jobs
Latest jobs from PartTimePost.com
Qu'est-ce que PartTimePost.com - Latest Jobs ?
PartTimePost.com - Latest Jobs est une extension Chrome développée par https://parttimepost.com, et sa fonction principale est "Latest jobs from PartTimePost.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PartTimePost.com - Latest Jobs
Téléchargez les fichiers d'extension PartTimePost.com - Latest Jobs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | eodlopfpidoaockfnnkfelgopoeeicok |
URL Officiel | https://chrome.google.com/webstore/detail/parttimepostcom-latest-jo/eodlopfpidoaockfnnkfelgopoeeicok |
Description | Latest jobs from PartTimePost.com |
Taille du Fichier | 138 KB |
Nombre d'Installations | 90 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2016-03-01 |
Date de Publication | 2016-03-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://parttimepost.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://parttimepost.com/personal-data-general-notice |
Langues Prises en Charge | 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" ] } |