CNET Shopping

Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase.

CNET Shopping क्या है?

CNET Shopping https://cnet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में CNET Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        💸 CNET Shopping scans hundreds of stores while you shop to search for the best price. All in real-time.  CNET Shopping works on millions of products. From laptops to legos and handbags to hairdryers.
 
🏷 We also display coupons for over 25,000+ retailers in the US and Canada.
 
📩 You’ll get notified as soon as we find a lower price with our price alerts feature.
 
🔖 Featured in The New York Times, Mashable, USA Today and more!

💰 New: Earn Cashback on eligible purchases!

*Only available in the US.

Affiliate Link Disclosure
If you buy through our links, we may get a commission.                    

एक्सटेंशन की मूल जानकारी

नाम CNET Shopping CNET Shopping
ID lghjfnfolmcikomdjmoiemllfnlmmoko
आधिकारिक URL https://chromewebstore.google.com/detail/cnet-shopping/lghjfnfolmcikomdjmoiemllfnlmmoko
विवरण Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase.
फ़ाइल का आकार 2.49 MB
स्थापना संख्या 167,638
वर्तमान संस्करण 14.7
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-06-15
रेटिंग 4.42/5 कुल 1764 रेटिंग्स
डेवलपर https://cnet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cnet.com/shopping/
सहायता पृष्ठ URL https://invisiblehand.zendesk.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://www.cnet.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CNET Shopping",
    "short_name": "CNET Shopping",
    "version": "14.7",
    "description": "Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase.",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/purify.min.js",
                "js\/app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "css\/popup.css",
                "fonts\/*",
                "images\/*",
                "html\/*",
                "css\/*",
                "js\/iframe.js",
                "js\/webScript.js",
                "js\/app.css",
                "vendor\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/cnet-logo-128.png",
        "default_title": "CNET Shopping"
    },
    "icons": {
        "16": "images\/cnet-logo-16.png",
        "48": "images\/cnet-logo-48.png",
        "128": "images\/cnet-logo-128.png"
    },
    "options_ui": {
        "page": "html\/options.html"
    }
}