Bahria University Automatic Survey
Helps you to fill out the surveys and save time
Bahria University Automatic Survey란 무엇입니까?
Bahria University Automatic Survey은(는) Usman Yousaf Ali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you to fill out the surveys and save time"입니다.
확장 프로그램 스크린샷
Bahria University Automatic Survey 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Bahria University Automatic Survey |
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" ] } |