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.

O que é CNET Shopping?

CNET Shopping é uma extensão do Chrome desenvolvida por https://cnet.com, e sua principal característica é "Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CNET Shopping

Baixe arquivos de extensão CNET Shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        💸 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.                    

Informações Básicas da Extensão

Nome CNET Shopping CNET Shopping
ID lghjfnfolmcikomdjmoiemllfnlmmoko
URL Oficial https://chromewebstore.google.com/detail/cnet-shopping/lghjfnfolmcikomdjmoiemllfnlmmoko
Descrição Get the best price on your favorite products with CNET Shopping. When we find deals, we save you an average of $27 per purchase.
Tamanho do Arquivo 2.49 MB
Contagem de Instalações 167,638
Versão Atual 14.7
Última Atualização 2024-02-29
Data de Publicação 2020-06-15
Classificação 4.42/5 Total de 1764 Avaliações
Desenvolvedor https://cnet.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cnet.com/shopping/
URL da Página de Ajuda https://invisiblehand.zendesk.com/hc/en-us
URL da Página de Política de Privacidade https://www.cnet.com/privacy-policy
Idiomas Suportados 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"
    }
}