Auto Survey by KFUEIT Programmers
Automatically fills the KFUEIT university Surveys in no time
Τι είναι το Auto Survey by KFUEIT Programmers;
Το Auto Survey by KFUEIT Programmers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KFUEIT Programmers, και η κύρια λειτουργία του είναι "Automatically fills the KFUEIT university Surveys in no time".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Survey by KFUEIT Programmers
Λήψη αρχείων επέκτασης Auto Survey by KFUEIT Programmers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We made this extension to overcome the headache of completing the survey which is too boring task for the students of KFUEIT. We hope that you'll like this extension ❤ If you like this please share it with your fellows. Regards KFUEIT Programmers http://www.facebook.com/KFUEITProgrammers Enjoy :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Survey by KFUEIT Programmers |
ID | dkjbenelofibmfigfhfbnieondamkkek |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek |
Περιγραφή | Automatically fills the KFUEIT university Surveys in no time |
Μέγεθος Αρχείου | 712 KB |
Αριθμός Εγκαταστάσεων | 369 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2020-08-03 |
Ημερομηνία Δημοσίευσης | 2020-01-26 |
Αξιολόγηση | 4.85/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | KFUEIT Programmers |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Survey by KFUEIT Programmers", "version": "3.0", "description": "Automatically fills the KFUEIT university Surveys in no time", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/survey.kfueit.edu.pk\/limesurvey\/index.php\/*" ], "js": [ "jquery-3.4.1.min.js", "AutoSurvey.js" ] } ], "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" } }, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "permissions": [ "activeTab", "storage" ] } |