Office Depot Deals

Click and save, shop with confidence getting the best deal on every order.

Office Depot Dealsคืออะไร?

Office Depot Deals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Office Depot และคุณลักษณะหลักของมันคือ "Click and save, shop with confidence getting the best deal on every order."

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

screenshot
screenshot
screenshot

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

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

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

                        Download DepotDeals Extension Today
• Access the latest deals
• Conveniently compare products
• Get FREE delivery on $35 or more qualifying orders or FREE Store Pickup

By installing Office Depot Deals you are agreeing to the Terms & Conditions. 

https://www.officedepot.com/cm/marketing/extension-terms-conditions                    

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

ชื่อ Office Depot Deals Office Depot Deals
ID oilfhfanlmobejigompdglmnpbncgejh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/office-depot-deals/oilfhfanlmobejigompdglmnpbncgejh
คำอธิบาย Click and save, shop with confidence getting the best deal on every order.
ขนาดไฟล์ 80.04 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-01-25
วันที่เผยแพร่ 2019-01-25
ผู้พัฒนา Office Depot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.officedepot.com/cm/marketing/odextension
URL หน้าช่วยเหลือ https://www.officedepot.com/cm/marketing/odextension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Office Depot Deals",
    "author": "Office Depot ",
    "description": "Click and save, shop with confidence getting the best deal on every order.",
    "icons": {
        "16": "icons\/main_icon_16.png",
        "48": "icons\/main_icon_48.png",
        "128": "icons\/main_icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/main_icon.png",
        "default_title": "Office Depot Deals",
        "default_popup": "popup\/index.html"
    },
    "version": "1.0.3",
    "permissions": [
        "cookies",
        "*:\/\/*.officedepot.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.target.com\/*",
                "*:\/\/*.staples.com\/*",
                "*:\/\/*.bestbuy.com\/*"
            ],
            "js": [
                "dealsBar\/index.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-TUmyhvyLUoZp4AKLPl3w2ILMX9Q7jtQKTEeFBVQGRH0=' https:\/\/officedepot.scene7.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/microapps.officedepot.com https:\/\/microappssq.officedepot.com; object-src 'self'"
}