Catch Ups Survey Assistant
Extension to auto-fill repetitive catch ups survey data
Qu'est-ce que Catch Ups Survey Assistant ?
Catch Ups Survey Assistant est une extension Chrome développée par akshaygoel1, et sa fonction principale est "Extension to auto-fill repetitive catch ups survey data".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Catch Ups Survey Assistant
Téléchargez les fichiers d'extension Catch Ups Survey Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | kbdfcbfhkloignfbfgkojkadmelmbbhh |
URL Officiel | https://chrome.google.com/webstore/detail/catch-ups-survey-assistan/kbdfcbfhkloignfbfgkojkadmelmbbhh |
Description | Extension to auto-fill repetitive catch ups survey data |
Taille du Fichier | 119 KB |
Nombre d'Installations | 217 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2017-04-12 |
Date de Publication | 2017-04-12 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | akshaygoel1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |