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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}