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.”。
扩展截图
下载Dynac-KGP-ERP扩展crx文件
下载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 |
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" } } |