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