Catch Ups Survey Assistant
Extension to auto-fill repetitive catch ups survey data
Τι είναι το Catch Ups Survey Assistant;
Το Catch Ups Survey Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον akshaygoel1, και η κύρια λειτουργία του είναι "Extension to auto-fill repetitive catch ups survey data".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Catch Ups Survey Assistant
Λήψη αρχείων επέκτασης 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" ] } |