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은(는) Tuhin Subhra De에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances your CV making experience with IIT KGP ERP by providing real-time updates to any changes made."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dynac-KGP-ERP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}