Bahria University Automatic Survey
Helps you to fill out the surveys and save time
Bahria University Automatic Survey là gì?
Bahria University Automatic Survey là một tiện ích mở rộng Chrome được phát triển bởi Usman Yousaf Ali, và tính năng chính của nó là "Helps you to fill out the surveys and save time".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bahria University Automatic Survey
Tải xuống các tệp mở rộng Bahria University Automatic Survey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | noijpkkfciompmmpmobmbnofgkiaknog |
| URL Chính Thức | https://chromewebstore.google.com/detail/bahria-university-automat/noijpkkfciompmmpmobmbnofgkiaknog |
| Mô tả | Helps you to fill out the surveys and save time |
| Kích Thước Tệp | 196 KB |
| Số Lần Cài Đặt | 707 |
| Phiên Bản Hiện Tại | 1.0 |
| Cập Nhật Lần Cuối | 2020-06-24 |
| Ngày Phát Hành | 2020-06-23 |
| Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
| Nhà Phát Triển | Usman Yousaf Ali |
| [email protected] | |
| Loại Thanh Toán | free |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
} | |