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 |
Eメール | [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" } } |