Internshala Plus

A chrome extension for internshala.com

Internshala Plusคืออะไร?

Internshala Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ankit Tiwari และคุณลักษณะหลักของมันคือ "A chrome extension for internshala.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internshala Plus

ดาวน์โหลดไฟล์ส่วนขยาย Internshala Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Internshala Plus extension allows you to - 

1. See the Required Skills and # of internships right in the internship card.

2. Search and filter internships by any keyword.

3. Sort By stipend or # of internships.


Note: Please use the Reload Skills button or refresh the page in case the skills fail to load.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Internshala Plus Internshala Plus
ID einngbgomhimnjgbdoejfdoccahlnajf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf
คำอธิบาย A chrome extension for internshala.com
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-11-01
วันที่เผยแพร่ 2019-11-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ankit Tiwari
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for internshala.com",
    "version": "0.0.2",
    "name": "Internshala Plus",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/internshala.com\/internships\/*"
            ],
            "js": [
                "myContentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}