PS Companion

Chrome Extention for the students of BITS, Pilani to upload their preferences easily to the Practice School Division's Portal.

Τι είναι το PS Companion;

Το PS Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Samuel, και η κύρια λειτουργία του είναι "Chrome Extention for the students of BITS, Pilani to upload their preferences easily to the Practice School Division's Portal.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PS Companion

Λήψη αρχείων επέκτασης PS Companion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A simple extension that helps the user to upload a CSV file and rearrange elements of the preference table (in the Practice School Portal - http://psd.bits-pilani.ac.in/) using the contents of the csv file. The need of this application is to eliminate the need to drag and drop rows in a table to arrange them which wastes a lot of time. This extension adds new tools when you're present on http://psd.bits-pilani.ac.in to help you upload your CSV file and rearrange the list with a click of a button which saves you a lot of time!

Source Code : https://github.com/Joe2k/PS-Companion

Steps to use this extension:

- Visit psitseasy.ml Project bank page and download the latest CSV file.
- Sort the rows of the sheet in the preference order you want.
- Do not change/delete any columns. Only rearrange with the rows.
- Now you are ready to upload it in the Fill station preferences page. (http://psd.bits-pilani.ac.in/Student/StudentStationPreference.aspx)
- Click on the extension icon and a new section will appear in the page for you to upload your CSV file.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PS Companion PS Companion
ID jaleeakcpipiimnpmbjlimcgmojdjdad
Επίσημο URL https://chromewebstore.google.com/detail/ps-companion/jaleeakcpipiimnpmbjlimcgmojdjdad
Περιγραφή Chrome Extention for the students of BITS, Pilani to upload their preferences easily to the Practice School Division's Portal.
Μέγεθος Αρχείου 12.46 KB
Αριθμός Εγκαταστάσεων 1,078
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-06-05
Ημερομηνία Δημοσίευσης 2021-05-09
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Jonathan Samuel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://psitseasy.ml/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PS Companion",
    "description": "Chrome Extention for the students of BITS, Pilani to upload their preferences easily to the Practice School Division's Portal.",
    "version": "1.3",
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/favicon-16.png",
        "32": "icons\/favicon-32.png",
        "128": "icons\/favicon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}