ForTheSchools

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

Qu'est-ce que ForTheSchools ?

ForTheSchools est une extension Chrome développée par https://fortheschools.com, et sa fonction principale est "Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ForTheSchools

Téléchargez les fichiers d'extension ForTheSchools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ForTheSchools ForTheSchools
ID nedblhiakjkpikiooochehcnbebachli
URL Officiel https://chromewebstore.google.com/detail/fortheschools/nedblhiakjkpikiooochehcnbebachli
Description Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!
Taille du Fichier 1.6 MB
Nombre d'Installations 55
Version Actuelle 1.3.1.3
Dernière Mise à Jour 2015-08-07
Date de Publication 2015-08-06
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://fortheschools.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.fortheschools.com
URL de la Page d'Aide http://www.fortheschools.com/help/faq
URL de la Page de Politique de Confidentialité http://joinpiggy.com/privacy
Langues Prises en Charge 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"
    }
}