ForTheSchools

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

什麼是ForTheSchools?

ForTheSchools是由https://fortheschools.com開發的Chrome擴展程式,該擴展的主要功能是“Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!”。

擴展截圖

screenshot
screenshot
screenshot

下載ForTheSchools擴展crx文件

下載ForTheSchools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 ForTheSchools ForTheSchools
ID nedblhiakjkpikiooochehcnbebachli
官方網址 https://chromewebstore.google.com/detail/fortheschools/nedblhiakjkpikiooochehcnbebachli
簡介 Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!
檔案大小 1.6 MB
安裝次數 55
目前版本 1.3.1.3
更新時間 2015-08-07
上架時間 2015-08-06
評分 5.00/5 共 6 次評分
開發者 https://fortheschools.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.fortheschools.com
說明頁面URL http://www.fortheschools.com/help/faq
隱私政策頁面URL http://joinpiggy.com/privacy
支援的語言 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"
    }
}