Food Service Rewards

We find you deals when you’re shopping on distributors’ sites so you don’t have to. Save time. Save Money. Get rewarded.

Food Service Rewards란 무엇입니까?

Food Service Rewards은(는) Buyers Edge Platform에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We find you deals when you’re shopping on distributors’ sites so you don’t have to. Save time. Save Money. Get rewarded."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Food Service Rewards 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Food Service Rewards is the fastest way to find new products that meet guidelines, taste good and keep food costs down. Take back control of your creative kitchen time & get served the rewards you deserve. Be Cheffing Awesome.™                    

확장 프로그램 기본 정보

이름 Food Service Rewards Food Service Rewards
ID npihfoaekhiclkjbjmomflndhjaeefio
공식 URL https://chromewebstore.google.com/detail/food-service-rewards/npihfoaekhiclkjbjmomflndhjaeefio
설명 We find you deals when you’re shopping on distributors’ sites so you don’t have to. Save time. Save Money. Get rewarded.
파일 크기 1.22 MB
설치 횟수 571
현재 버전 2.0.1
최근 업데이트 2022-03-09
출시 날짜 2021-04-21
평점 4.79/5 총 33 개의 평점
개발자 Buyers Edge Platform
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.foodservicerewards.com/
개인정보 보호 정책 페이지 URL https://foodserviceplugin.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Food Service Rewards",
    "description": "We find you deals when you\u2019re shopping on distributors\u2019 sites so you don\u2019t have to. Save time. Save Money. Get rewarded.",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www3.usfoods.com\/*",
                "https:\/\/www.cheneycentral.com\/*",
                "http:\/\/www.cheneycentral.com\/*",
                "https:\/\/shop.sysco.com\/*",
                "https:\/\/eastern5.onlinefoodservice.com\/pnet\/*",
                "https:\/\/shoponline.birite.com\/*",
                "https:\/\/www.tracsdirect.com\/*",
                "https:\/\/www.shamrockorders.com\/*",
                "https:\/\/www.esysco.net\/*",
                "https:\/\/customer.martinbros.com\/*",
                "https:\/\/orders.fsafood.com\/*",
                "http:\/\/www.cashwa.com\/online-portal\/*",
                "https:\/\/powernet.merchantsfoodservice.com\/*"
            ],
            "css": [
                ".\/rebateAccumulator.css",
                ".\/addressPopup.css",
                ".\/fonts.css"
            ]
        }
    ],
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "",
        "default_title": "fsr",
        "default_icon": "images\/fsr\/fsrSmallLogo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "images\/fsr\/fsrIcon16.png",
        "48": "images\/fsr\/fsrIcon48.png"
    },
    "minimum_chrome_version": "88"
}