Voucher Genius Extension
This extension shows the Voucher Genius Extension
Voucher Genius Extension란 무엇입니까?
Voucher Genius Extension은(는) Voucher Genius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows the Voucher Genius Extension"입니다.
확장 프로그램 스크린샷
Voucher Genius Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Voucher Genius finds the best vouchers, promotion codes and discounts when you are browsing so you can apply them and Save Money Every Day. Once installed, our icon will be displayed in the top right bar. When you are shopping online and vouchers are found for the specific website or product, our icon changes color from blue to orange and will display. on top of the icon, the number of vouchers found. Visit us at: http://vouchergenius.com
확장 프로그램 기본 정보
이름 | Voucher Genius Extension |
ID | dloibnjehigboffjikiaogichnlchedi |
공식 URL | https://chromewebstore.google.com/detail/voucher-genius-extension/dloibnjehigboffjikiaogichnlchedi |
설명 | This extension shows the Voucher Genius Extension |
파일 크기 | 211 KB |
설치 횟수 | 94 |
현재 버전 | 1.0.19 |
최근 업데이트 | 2018-11-12 |
출시 날짜 | 2018-11-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Voucher Genius |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://vouchergenius.com/privacy-policy/ |
개인정보 보호 정책 페이지 URL | http://vouchergenius.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voucher Genius Extension", "description": "This extension shows the Voucher Genius Extension", "version": "1.0.19", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for Vouchers!" }, "background": { "scripts": [ "assets\/scripts\/background.js", "assets\/scripts\/getvouchers.js", "assets\/scripts\/switchdivs.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery-3.2.1.min.js", "assets\/js\/content.js", "assets\/js\/bootstrap.min.js", "assets\/js\/fontawesome.js" ], "css": [ "assets\/css\/vgstyles.css", "assets\/css\/vg-toaster-styles.css", "assets\/css\/3rd.css", "assets\/css\/fontawesome.min.css" ] } ], "permissions": [ "activeTab", "tabs", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.vouchergenius.com\/*", "http:\/\/vouchergenius.com\/*", "http:\/\/vgbackend.vouchergenius.com\/vgbe\/*" ], "web_accessible_resources": [ "Voucher-Genius8.png", "cut.png", "asas.png", "toaster.js", "toaster.html" ] } |