GlassSort
This extension sorts companies by GlassDoor ratings
GlassSortคืออะไร?
GlassSort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loganmartel.me และคุณลักษณะหลักของมันคือ "This extension sorts companies by GlassDoor ratings"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GlassSort
ดาวน์โหลดไฟล์ส่วนขยาย GlassSort ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Too many potential employers to compare on Glassdoor? Tired of Google searching every company you come across on Indeed or LinkedIn? Let's make things easier. How easy? Just click the extension from any popular job board (think: Indeed, Monster, LinkedIn) to instantly fetch every company with listings in your active Chrome tab -> then click once more to sort them (complete with rating values and Glassdoor URL's). See this video demo: https://youtu.be/wVZN_DZ8QHQ. You can even choose to sort by sub-ratings (e.g. work-life balance, compensation) or save the results to an HTML file! Current list of supported job boards: LinkedIn, Monster, Indeed, SimplyHired, Eluta, and McGill MyFuture (https://caps.myfuture.mcgill.ca) NOTE: enforced request delays due to rate-limiting on the Glassdoor API can cause searches to take longer than one might anticipate. For quick searches, I recommend instead bookmarking my webapp found at: http://loganmartel.me/GlassSort/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GlassSort |
ID | eoopchhbennkafmcbkmpnmkagddiajbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/glasssort/eoopchhbennkafmcbkmpnmkagddiajbp |
คำอธิบาย | This extension sorts companies by GlassDoor ratings |
ขนาดไฟล์ | 161 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.1.0.0 |
อัปเดตครั้งล่าสุด | 2018-06-29 |
วันที่เผยแพร่ | 2018-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://loganmartel.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://loganmartel.me/GlassSort/ |
URL หน้าช่วยเหลือ | https://github.com/martelogan/GlassSort |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GlassSort", "description": "This extension sorts companies by GlassDoor ratings", "version": "1.1.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon40.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "permissions": [ "tabs", "storage", " |