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文件

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

擴展使用說明

                        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
官方網址 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"
}