Simple Job Tracker
Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Apa itu Simple Job Tracker?
Simple Job Tracker adalah ekstensi Chrome yang dikembangkan oleh sansserif, dan fitur utamanya adalah "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Job Tracker
Unduh file ekstensi Simple Job Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mafgfloakbfldlimcidokodmdfbjebih |
URL Resmi | https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih |
Deskripsi | Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page. |
Ukuran File | 157 KB |
Jumlah Instalasi | 196 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2017-03-21 |
Tanggal Publikasi | 2017-03-21 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | sansserif |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.loaft.com.au |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |