iVoicesoft Auto Suggest
We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
iVoicesoft Auto Suggest란 무엇입니까?
iVoicesoft Auto Suggest은(는) http://ivoicesoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site"입니다.
확장 프로그램 스크린샷
iVoicesoft Auto Suggest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We automatically suggest Coupon code and Giveaway for software whenever you visit software publisher site. ============= The iVoicesoft Auto Suggest will automatically (but anonymously) search for the best coupons on shopping sites you visit and will give you a linked Coupon indicator when coupons are available. ☀ All you have to do is click on linked coupon and get discount direct.
확장 프로그램 기본 정보
이름 | |
ID | pidkjohcijegophmalkjcojogkoehelb |
공식 URL | https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb |
설명 | We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site |
파일 크기 | 40.11 KB |
설치 횟수 | 37 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-12-04 |
출시 날짜 | 2014-12-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://ivoicesoft.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://coupons.ivoicesoft.com/ |
도움말 페이지 URL | http://coupons.ivoicesoft.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iVoicesoft Auto Suggest", "version": "1.3", "description": "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site", "permissions": [ "http:\/\/coupons.ivoicesoft.com\/*" ], "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "background": { "page": "background.html" }, "manifest_version": 2 } |