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開發的Chrome擴展程式,該擴展的主要功能是“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

下載CNET Shopping擴展crx文件

下載CNET Shopping擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        💸 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
官方網址 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"
    }
}