Office Depot Deals

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

Office Depot Deals क्या है?

Office Depot Deals Office Depot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click and save, shop with confidence getting the best deal on every order."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Office Depot Deals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}