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.

Cos'è Food Service Rewards?

Food Service Rewards è un'estensione di Chrome sviluppata da Buyers Edge Platform, e la sua funzione principale è "We find you deals when you’re shopping on distributors’ sites so you don’t have to. Save time. Save Money. Get rewarded.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Food Service Rewards

Scarica i file di estensione Food Service Rewards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.™                    

Informazioni di Base sull'Estensione

Nome Food Service Rewards Food Service Rewards
ID npihfoaekhiclkjbjmomflndhjaeefio
URL Ufficiale https://chromewebstore.google.com/detail/food-service-rewards/npihfoaekhiclkjbjmomflndhjaeefio
Descrizione We find you deals when you’re shopping on distributors’ sites so you don’t have to. Save time. Save Money. Get rewarded.
Dimensione del File 1.22 MB
Conteggio Installazioni 571
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-03-09
Data di Pubblicazione 2021-04-21
Valutazione 4.79/5 Totale 33 Valutazioni
Sviluppatore Buyers Edge Platform
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.foodservicerewards.com/
URL della Pagina della Politica sulla Privacy https://foodserviceplugin.io
Lingue Supportate 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"
}