Dynac-KGP-ERP

Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made.

Dynac-KGP-ERPคืออะไร?

Dynac-KGP-ERP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuhin Subhra De และคุณลักษณะหลักของมันคือ "Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynac-KGP-ERP

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

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

                        From now on forget about the countless efforts updating your CV in ERP just to view the changes you made, maybe even few letters. Sometimes if ERP is down then it's a nightmare before deadline surely. Dynac provides you with real-time updates on your changes whether you change content of the main body of your internship, or preference order of your fields or maybe you don't want to include some field. Everything is updated instantly giving you a rough idea how your original CV might look like. So it's "what you update is what you see" and it does not even need internet connection to work.

The ERP CV making portal is available under the CDC tab and is active only during pre-internships and pre-placement seasons.                    

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

ชื่อ Dynac-KGP-ERP Dynac-KGP-ERP
ID hlfjmfmnklaknaahfeofbcifgemgaokd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynac-kgp-erp/hlfjmfmnklaknaahfeofbcifgemgaokd
คำอธิบาย Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made.
ขนาดไฟล์ 23.45 KB
จำนวนการติดตั้ง 900
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2023-06-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tuhin Subhra De
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/view/dynac-kgp-erp/home
URL หน้าช่วยเหลือ https://sites.google.com/view/dynac-kgp-erp/info-and-dev#h.syi5vtruhfwa
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynac-KGP-ERP",
    "description": "Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Dynac Extension",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/logo_black_bg.png",
        "32": "images\/logo_black_bg.png",
        "48": "images\/logo_black_bg.png",
        "128": "images\/logo_black_bg.png"
    }
}