Simple Job Tracker
Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Qu'est-ce que Simple Job Tracker ?
Simple Job Tracker est une extension Chrome développée par sansserif, et sa fonction principale est "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Job Tracker
Téléchargez les fichiers d'extension Simple Job Tracker 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
This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser. Press add on a job position page and the details will be automatically filled in for you.
Informations de Base sur l'Extension
Nom | |
ID | mafgfloakbfldlimcidokodmdfbjebih |
URL Officiel | https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih |
Description | Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page. |
Taille du Fichier | 157 KB |
Nombre d'Installations | 196 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2017-03-21 |
Date de Publication | 2017-03-21 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | sansserif |
Type de Paiement | free |
Site Web de l'Extension | http://www.loaft.com.au |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Job Tracker", "description": "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.", "version": "1.0.0.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Simple Job Tracker" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |