Coupons
A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing.
Coupons란 무엇입니까?
Coupons은(는) https://google-chrome-coupons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing."입니다.
확장 프로그램 스크린샷
Coupons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Many online shoppers search for Coupon Codes online, which leads them to coupon websites, many of which enlist unauthorized vouchers & pirated coupon codes and set cookies in their browsers which can be potentially harmful. Google Chrome Coupons Extension is a way for you to get 100% legal deals and coupon codes without you having to browse through malicious websites. All you need to do is install the extension in your Chrome browser. The next time you are on a shopping website, just click on the extension icon in the top-right corner of your browser, and it will search out all the legal Coupon Codes for the website you are browsing. The web gets better with more options and innovation. Google Chrome Coupons Extension is another option, and we hope it contributes to making the web even better. User Guide: http://google-chrome-coupons.com/docs/ Support: http://google-chrome-coupons.com/support/
확장 프로그램 기본 정보
이름 | Coupons |
ID | cekkjidhkmoilcijlamfbkecmlckgakl |
공식 URL | https://chromewebstore.google.com/detail/coupons/cekkjidhkmoilcijlamfbkecmlckgakl |
설명 | A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing. |
파일 크기 | 56.6 KB |
설치 횟수 | 353 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-02-04 |
출시 날짜 | 2014-02-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://google-chrome-coupons.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coupons", "description": "A Google Chrome extension that searches the web for active Coupon Codes & Promo-Offers for the shopping website you are browsing.", "version": "1.0.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Google Chrome Coupons Extension", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "popup": "popup.html" }, "permissions": [ "http:\/\/discountsandcoupons.in\/", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "dncstyles.css" ], "js": [ "dncscript.js" ], "run_at": "document_idle" } ] } |