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
公式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
Eメール [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"
    }
}