Dining Alliance

See rebated items as you shop

什麼是Dining Alliance?

Dining Alliance是由Buyers Edge Platform開發的Chrome擴展程式,該擴展的主要功能是“See rebated items as you shop”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Dining Alliance擴展crx文件

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

擴展使用說明

                        Earn Automatic CashBack for your restaurant as you order!

Dining Alliance empowers restaurants and other food service operators automatically earn CashBack rebates as they shop. Dining Alliance plugs right into your internet browser – order food and supplies on your distributors’ websites just as you normally do, and Dining Alliance adds CashBack on your food, non-food, packaging and specialty vendors. Dining Alliance has pre-negotiated CashBack/rebate contracts on over 150,000 line items from 300+ manufacturers. Our CashBack coverage includes the most popular items that restaurants buy every day including name-brand chicken breast, garbage bags, carry-out containers, salad dressings and everything else to fill your walk-in freezer.

 Dining Alliance helps you uncover new areas for savings by recommending products that help you earn more CashBack. As you browse your ordering portal(s) Dining Alliance highlights items that have CashBack and special savings. 

Dining Alliance is a secure browser extension that won’t interfere with your day to day purchases. This FREE tool was designed specifically to help restaurants maximize their savings and boost their profitability.                    

擴展基本資訊

名稱 Dining Alliance Dining Alliance
ID kfmokcceclckeamgbcdeddallckbdlpd
官方網址 https://chromewebstore.google.com/detail/dining-alliance/kfmokcceclckeamgbcdeddallckbdlpd
簡介 See rebated items as you shop
檔案大小 1.22 MB
安裝次數 806
目前版本 2.0.1
更新時間 2022-03-09
上架時間 2021-05-16
開發者 Buyers Edge Platform
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.mydiningalliance.com/
說明頁面URL https://www.mydiningalliance.com/
隱私政策頁面URL https://foodserviceplugin.io
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dining Alliance",
    "description": "See rebated items as you shop",
    "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": "Dining Alliance",
        "default_icon": "images\/diningalliance\/diningalliance128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "images\/diningalliance\/diningalliance16.png",
        "48": "images\/diningalliance\/diningalliance48.png",
        "128": "images\/diningalliance\/diningalliance128.png"
    },
    "minimum_chrome_version": "88"
}