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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}