Simple Job Tracker
Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Wat is Simple Job Tracker?
Simple Job Tracker is een Chrome-extensie ontwikkeld door sansserif, en de belangrijkste functie is "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Job Tracker
Download Simple Job Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mafgfloakbfldlimcidokodmdfbjebih |
Officiële URL | https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih |
Beschrijving | Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page. |
Bestandsgrootte | 157 KB |
Aantal Installaties | 196 |
Huidige Versie | 1.0.0.0 |
Laatst Bijgewerkt | 2017-03-21 |
Publicatiedatum | 2017-03-21 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | sansserif |
Betalingswijze | free |
Extensiewebsite | http://www.loaft.com.au |
Ondersteunde Talen | 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:\/\/*\/*" ] } |