ForTheSchools

Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!

Cos'è ForTheSchools?

ForTheSchools è un'estensione di Chrome sviluppata da https://fortheschools.com, e la sua funzione principale è "Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ForTheSchools

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

                        Easily raise money for you and your school! Automatic Donation Reminder Browser Extension helps Google Chrome users make sure you never miss a donation.

Any time you visit any of our 1,000 Participating stores, a helpful reminder will appeart alerting you to activate your Cash Back!

Plus, view active savings and coupons to save lots of money!                    

Informazioni di Base sull'Estensione

Nome ForTheSchools ForTheSchools
ID nedblhiakjkpikiooochehcnbebachli
URL Ufficiale https://chromewebstore.google.com/detail/fortheschools/nedblhiakjkpikiooochehcnbebachli
Descrizione Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!
Dimensione del File 1.6 MB
Conteggio Installazioni 55
Versione Corrente 1.3.1.3
Ultimo Aggiornamento 2015-08-07
Data di Pubblicazione 2015-08-06
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://fortheschools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fortheschools.com
URL della Pagina di Aiuto http://www.fortheschools.com/help/faq
URL della Pagina della Politica sulla Privacy http://joinpiggy.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ForTheSchools",
    "version": "1.3.1.3",
    "description": "Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!",
    "homepage_url": "http:\/\/www.fortheschools.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/jquery-1.9.1.min.js",
                "js\/jquery-ui-1.9.2.custom.min.js",
                "js\/jquery.flyoffpage.min.js",
                "js\/style.js",
                "js\/content\/slider.js",
                "js\/content\/serp.js",
                "js\/content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon-18.png",
        "default_title": "For the Schools"
    },
    "icons": {
        "16": "img\/icon-18.png",
        "18": "img\/icon-18.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    }
}