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."입니다.
확장 프로그램 스크린샷
CNET Shopping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |