Catch Ups Survey Assistant
Extension to auto-fill repetitive catch ups survey data
Catch Ups Survey Assistant là gì?
Catch Ups Survey Assistant là một tiện ích mở rộng Chrome được phát triển bởi akshaygoel1, và tính năng chính của nó là "Extension to auto-fill repetitive catch ups survey data".
Ả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 Catch Ups Survey Assistant
Tải xuống các tệp mở rộng Catch Ups Survey Assistant 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 is a chrome extension developed by Akshay Goel to help the RAs at Virginia Tech complete catch up surveys more efficiently. After an RA fills the survey out one time, the extension will remember your information and auto-fill the survey till the last page.
Instructions:
1. Fill out the survey once.
2. Extension will fill it out every other time.
3. If you need to change your residence hall or name, click the red 'Clear stored details' button!
--Log--
4/12/2017 - Fixed extension loading information onto every non-catch up baseline survey Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | kbdfcbfhkloignfbfgkojkadmelmbbhh |
| URL Chính Thức | https://chrome.google.com/webstore/detail/catch-ups-survey-assistan/kbdfcbfhkloignfbfgkojkadmelmbbhh |
| Mô tả | Extension to auto-fill repetitive catch ups survey data |
| Kích Thước Tệp | 119 KB |
| Số Lần Cài Đặt | 217 |
| Phiên Bản Hiện Tại | 4.0 |
| Cập Nhật Lần Cuối | 2017-04-12 |
| Ngày Phát Hành | 2017-04-12 |
| Đánh Giá | 3.29/5 Tổng số 7 Đánh Giá |
| Nhà Phát Triển | akshaygoel1 |
| [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",
"manifest_version": 2,
"name": "Catch Ups Survey Assistant",
"description": "Extension to auto-fill repetitive catch ups survey data",
"version": "4.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/baseline.campuslabs.com\/*"
],
"js": [
"js\/main.js"
],
"css": [
"css\/main.css"
]
}
],
"web_accessible_resources": [
"*"
],
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |