Job Count
Your Job Search - Simplified
Job Countคืออะไร?
Job Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hango Ventures, LLC และคุณลักษณะหลักของมันคือ "Your Job Search - Simplified"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Job Count
ดาวน์โหลดไฟล์ส่วนขยาย Job Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
JobCount is a job finding extension that helps the casual job hunter find the jobs they want! If a company has listings on Indeed.com, JobCount will instantly let you see them. Just click on the icon and a drop down list of those jobs will appear! While you browse online, JobCount will do your job hunting for you. JobCount can also filter. For example, just type in "manager" and "San Francisco, CA" as a filter, and you'll see jobs the number of jobs available that meet your criteria as you browse the website. It's fast, efficient, and super easy to use. - You can now filter and search your results in real time! Your extension icon will only show the number of jobs that meet your filter criteria. You can update the criteria at any time. - Fixed minor bugs. - Removed Indeed.com search Updates in Version 0.7: - Created Indeed.com search in extension Updates in Version 0.13: - Enable social and email sharing of jobs in extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Job Count |
ID | hebpiggjoopgmadpfcpahmhbicfefgof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/job-count/hebpiggjoopgmadpfcpahmhbicfefgof |
คำอธิบาย | Your Job Search - Simplified |
ขนาดไฟล์ | 178 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.13 |
อัปเดตครั้งล่าสุด | 2016-02-16 |
วันที่เผยแพร่ | 2016-02-15 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Hango Ventures, LLC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Job Count", "version": "0.13", "manifest_version": 2, "description": "Your Job Search - Simplified", "icons": { "128": "img\/icon128.png" }, "background": { "scripts": [ "\/lib\/jquery-2.1.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/off128.png", "default_popup": "html\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/gdc.indeed.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.indeed.com\/*" ] } |