PennCourseNotify Extension

Add PennCourseNotify buttons to PennInTouch

Cos'è PennCourseNotify Extension?

PennCourseNotify Extension è un'estensione di Chrome sviluppata da https://www.penncoursenotify.com, e la sua funzione principale è "Add PennCourseNotify buttons to PennInTouch".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PennCourseNotify Extension

Scarica i file di estensione PennCourseNotify Extension 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

                        PennCourseNotify.com allows students at the University of Pennsylvania easily receive email notification whenever a closed course opens up.

Now with this extension, you can browse PennInTouch and easily click the "Notify Me!" button beside the "Add to cart" and be added to PennCourseNotify.

Easily get into the courses you need with PennCourseNotify!

Created by Fabio Fleitas                    

Informazioni di Base sull'Estensione

Nome PennCourseNotify Extension PennCourseNotify Extension
ID fnfnjichadfpaneolghomamdbjbhnenn
URL Ufficiale https://chromewebstore.google.com/detail/penncoursenotify-extensio/fnfnjichadfpaneolghomamdbjbhnenn
Descrizione Add PennCourseNotify buttons to PennInTouch
Dimensione del File 146 KB
Conteggio Installazioni 125
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-22
Data di Pubblicazione 2014-01-21
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore https://www.penncoursenotify.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.penncoursenotify.com/
URL della Pagina di Aiuto http://fabiofleitas.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PennCourseNotify Extension",
    "description": "Add PennCourseNotify buttons to PennInTouch",
    "version": "1.0",
    "author": "Fabio Fleitas",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "homepage_url": "http:\/\/www.penncoursenotify.com\/",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/install.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pennintouch.apps.upenn.edu\/pennInTouch\/jsp\/fast2.do*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-1.10.2.min.map"
    ],
    "permissions": [
        "http:\/\/www.penncoursenotify.com\/",
        "storage"
    ]
}