Bahria University Automatic Survey
Helps you to fill out the surveys and save time
Τι είναι το Bahria University Automatic Survey;
Το Bahria University Automatic Survey είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Usman Yousaf Ali, και η κύρια λειτουργία του είναι "Helps you to fill out the surveys and save time".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bahria University Automatic Survey
Λήψη αρχείων επέκτασης Bahria University Automatic Survey σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will help you to fill Bahria University student forms and let you save time moreover it is a gift from me to my friends.
You have following patterns to choose from:
->Static
->Left Diagonal
->Right Diagonal
->Random
->Snake
And if the above patterns do not match your needs then you can create your own custom pattern.
From:
Usman Yousaf Ali
To My Classmates:
Abdul Hannan Tariq
Abdul Moiz
Abdul Rehman Javed
Abdul Rehman Khalid
Abu Huraira
Afnan
Ali Hamza
Ammar Zaidi
Asjad Butt
Atif Riaz
Bilal Arshad
Danish Adnan
Hafiz Mohsin Abid
Hamza Naveed
Hizkeel Javed
Insaram
Usama Arshad
Usman Khan
Muhammad Ali
Salman Salim
Tayyab
Umer Sheikh
Soman Javed
Muhammad Awais
Qasim (Thanks for addressing the problem)
Sarib
Tafseer Shah
Muzamil Khan
Urooj Arshad
Usama Imran
Waqas Arain
Aaon Salman
Abdul Samad
Abdullah Manan
Abu Bakar Afzal
Laiba Israr
Duaa Siddiqui
Durr-e-Nayab
Farrukh Basirh
Farzam Maqsood
Hafiz Yousaf
Hamza Khalid
Thanks for using, I hope you like it. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | noijpkkfciompmmpmobmbnofgkiaknog |
| Επίσημο URL | https://chromewebstore.google.com/detail/bahria-university-automat/noijpkkfciompmmpmobmbnofgkiaknog |
| Περιγραφή | Helps you to fill out the surveys and save time |
| Μέγεθος Αρχείου | 196 KB |
| Αριθμός Εγκαταστάσεων | 707 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2020-06-24 |
| Ημερομηνία Δημοσίευσης | 2020-06-23 |
| Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | Usman Yousaf Ali |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bahria University Automatic Survey",
"description": "Helps you to fill out the surveys and save time",
"version": "1.0",
"manifest_version": 2,
"page_action": {
"default_icon": {
"16": "icons\/favicon.ico",
"32": "icons\/57 x 57.png",
"48": "icons\/72 x 72.png",
"128": "icons\/144 x 144.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/cms.bahria.edu.pk\/Sys\/Student\/QualityAssurance\/QualityAssuranceSurveys.aspx",
"https:\/\/cms.bahria.edu.pk\/Sys\/Student\/QualityAssurance\/SurveyStudentCourseWise.aspx"
],
"js": [
"webContent.js"
]
}
],
"icons": {
"16": "icons\/favicon.ico",
"32": "icons\/57 x 57.png",
"48": "icons\/72 x 72.png",
"128": "icons\/144 x 144.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"storage"
]
} | |