Catch Ups Survey Assistant

Extension to auto-fill repetitive catch ups survey data

Wat is Catch Ups Survey Assistant?

Catch Ups Survey Assistant is een Chrome-extensie ontwikkeld door akshaygoel1, en de belangrijkste functie is "Extension to auto-fill repetitive catch ups survey data".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Catch Ups Survey Assistant

Download Catch Ups Survey Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Catch Ups Survey Assistant Catch Ups Survey Assistant
ID kbdfcbfhkloignfbfgkojkadmelmbbhh
Officiële URL https://chrome.google.com/webstore/detail/catch-ups-survey-assistan/kbdfcbfhkloignfbfgkojkadmelmbbhh
Beschrijving Extension to auto-fill repetitive catch ups survey data
Bestandsgrootte 119 KB
Aantal Installaties 217
Huidige Versie 4.0
Laatst Bijgewerkt 2017-04-12
Publicatiedatum 2017-04-12
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar akshaygoel1
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}