ForTheSchools

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

ForTheSchools là gì?

ForTheSchools là một tiện ích mở rộng Chrome được phát triển bởi https://fortheschools.com, và tính năng chính của nó là "Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ForTheSchools

Tải xuống các tệp mở rộng ForTheSchools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ForTheSchools ForTheSchools
ID nedblhiakjkpikiooochehcnbebachli
URL Chính Thức https://chromewebstore.google.com/detail/fortheschools/nedblhiakjkpikiooochehcnbebachli
Mô tả Get alerts of available Cash Back for your School or PTA plus amazing coupons and sales!
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.3.1.3
Cập Nhật Lần Cuối 2015-08-07
Ngày Phát Hành 2015-08-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://fortheschools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fortheschools.com
URL Trang Trợ Giúp http://www.fortheschools.com/help/faq
URL Trang Chính Sách Bảo Mật http://joinpiggy.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}