Simple Job Tracker
Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
Simple Job Trackerคืออะไร?
Simple Job Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sansserif และคุณลักษณะหลักของมันคือ "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Job Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Simple Job Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mafgfloakbfldlimcidokodmdfbjebih |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih |
คำอธิบาย | Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page. |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 196 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2017-03-21 |
วันที่เผยแพร่ | 2017-03-21 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sansserif |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.loaft.com.au |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } |