IMS Portal AutoFill

AutoFill the survey

Τι είναι το IMS Portal AutoFill;

Το IMS Portal AutoFill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Farrukh Tahir, και η κύρια λειτουργία του είναι "AutoFill the survey".

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

screenshot

Λήψη αρχείου CRX της επέκτασης IMS Portal AutoFill

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

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

                        The "IMS Portal Survey AutoFiller" is a powerful and efficient Chrome Extension designed specifically for the students, staff and faculty of IMSciences. It simplifies and streamlines the process of filling out the IMSciences portal survey form, by providing an easy and convenient way to auto-fill the form with just one click. This extension is built with a user-centric approach and it saves users valuable time and effort.

The extension requires host permission to access the IMSciences portal survey form. It does not use any remote code, ensuring that all data and information is kept secure and private. The extension uses data such as the information to be filled in the IMSciences portal survey form, which is saved locally on the user's browser.

This extension is user-friendly and easy to use, making it an essential tool for anyone who frequently fills out the IMSciences portal survey form. By automating this repetitive task, it allows users to focus on more important matters. So, if you are a student, staff or faculty member at IMSciences and looking for a more efficient way of filling out the IMSciences portal survey form, then this is the extension for you.                    

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

Όνομα IMS Portal AutoFill IMS Portal AutoFill
ID gpeahbblfcppfphmpoblogacpoikcmln
Επίσημο URL https://chromewebstore.google.com/detail/ims-portal-autofill/gpeahbblfcppfphmpoblogacpoikcmln
Περιγραφή AutoFill the survey
Μέγεθος Αρχείου 295 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-01-16
Ημερομηνία Δημοσίευσης 2023-01-13
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Farrukh Tahir
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Abw-0l0/IMSportal_survey_autoFiller
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Abw-0l0/IMSportal_survey_autoFiller
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/3d18b3a0-c4d9-4c03-8c49-a83a588970c2
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMS Portal AutoFill",
    "version": "1.0.1",
    "description": "AutoFill the survey",
    "manifest_version": 3,
    "author": "F4 & ABW",
    "icons": {
        "16": "logi.png",
        "48": "logi.png",
        "128": "logi.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etc.imsciences.edu.pk\/Student\/SubjectEvaluation"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "IMS Portal AutoFill",
        "default_popup": "index.html"
    }
}