Catch Ups Survey Assistant
Extension to auto-fill repetitive catch ups survey data
什么是Catch Ups Survey Assistant?
Catch Ups Survey Assistant是由akshaygoel1开发的Chrome扩展程序,该扩展的主要功能是“Extension to auto-fill repetitive catch ups survey data”。
扩展截图
下载Catch Ups Survey Assistant扩展crx文件
下载Catch Ups Survey Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | kbdfcbfhkloignfbfgkojkadmelmbbhh |
官方URL | https://chrome.google.com/webstore/detail/catch-ups-survey-assistan/kbdfcbfhkloignfbfgkojkadmelmbbhh |
简介 | Extension to auto-fill repetitive catch ups survey data |
文件大小 | 119 KB |
安装次数 | 217 |
当前版本 | 4.0 |
更新时间 | 2017-04-12 |
上架时间 | 2017-04-12 |
评分 | 3.29/5 共7次评分 |
开发者 | akshaygoel1 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |