Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Internshala Sort By Stipendคืออะไร?
Internshala Sort By Stipend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eshaan Bansal และคุณลักษณะหลักของมันคือ "Sort By Stipend (descending) for Internship listings on Internshala.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internshala Sort By Stipend
ดาวน์โหลดไฟล์ส่วนขยาย Internshala Sort By Stipend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome add-on that provides Sort By Stipend (descending) functionality for Internship listings on Internshala.com. The Browser-History Permission is needed so that the extension would run only on Internshala.com. Nothing gets stored. Code is available on GitHub. Please see Homepage URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
คำอธิบาย | Sort By Stipend (descending) for Internship listings on Internshala.com |
ขนาดไฟล์ | 26.89 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2020-06-03 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Eshaan Bansal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL หน้าช่วยเหลือ | https://eshaan7.github.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Internshala Sort By Stipend", "description": "Sort By Stipend (descending) for Internship listings on Internshala.com", "version": "0.5.0", "author": "Eshaan7", "permissions": [ "webNavigation", "activeTab" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon32-grey.png", "default_popup": "popup.html" } } |