Catch Ups Survey Assistant
Extension to auto-fill repetitive catch ups survey data
Cos'è Catch Ups Survey Assistant?
Catch Ups Survey Assistant è un'estensione di Chrome sviluppata da akshaygoel1, e la sua funzione principale è "Extension to auto-fill repetitive catch ups survey data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Catch Ups Survey Assistant
Scarica i file di estensione Catch Ups Survey Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kbdfcbfhkloignfbfgkojkadmelmbbhh |
URL Ufficiale | https://chrome.google.com/webstore/detail/catch-ups-survey-assistan/kbdfcbfhkloignfbfgkojkadmelmbbhh |
Descrizione | Extension to auto-fill repetitive catch ups survey data |
Dimensione del File | 119 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2017-04-12 |
Data di Pubblicazione | 2017-04-12 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | akshaygoel1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |