Office Depot Deals

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

什麼是Office Depot Deals?

Office Depot Deals是由Office Depot開發的Chrome擴展程式,該擴展的主要功能是“Click and save, shop with confidence getting the best deal on every order.”。

擴展截圖

screenshot
screenshot
screenshot

下載Office Depot Deals擴展crx文件

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