Source1

See rebated items as you shop

Source1คืออะไร?

Source1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Buyers Edge Platform และคุณลักษณะหลักของมันคือ "See rebated items as you shop"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Source1

ดาวน์โหลดไฟล์ส่วนขยาย Source1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hospitality purchasing optimized!

Source1 is the leading digital food and beverage procurement platform for the hospitality and entertainment industry.  Using its smart technology, Source1 connects Hotels, Casinos and other food service/hospitality operators to rebates and savings as they shop online via our browser extension.  Order food and supplies on your distributors’ websites just as you normally do, and Source1 adds cash back on your food, non-food, packaging and specialty vendors or recommends lower cost alternatives.  Source1 has pre-negotiated savings on over 150,000 line items from 300+ manufacturers. Our contracts cover the most popular F&B and OS&E items that hotels buy every day including name-brand chicken breast, garbage bags, chemicals, salad dressings, coffee and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Source1 Source1
ID agjabheamebejcohgnkedhgfohlpdpfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/source1/agjabheamebejcohgnkedhgfohlpdpfm
คำอธิบาย See rebated items as you shop
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 477
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-03-09
วันที่เผยแพร่ 2021-07-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Buyers Edge Platform
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://foodserviceplugin.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source1",
    "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": "Source1",
        "default_icon": "images\/source1\/source1SmallLogo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "images\/source1\/source1Icon16.png",
        "48": "images\/source1\/source1Icon48.png",
        "128": "images\/source1\/source1Icon128.png"
    },
    "minimum_chrome_version": "88"
}