GetJam - find Coupons and Promo codes
The best coupons and discounts for online shopping
GetJam - find Coupons and Promo codes란 무엇입니까?
GetJam - find Coupons and Promo codes은(는) https://getjam.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best coupons and discounts for online shopping"입니다.
확장 프로그램 스크린샷
GetJam - find Coupons and Promo codes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GetJam is a free Chrome browser extension that will allow you to save money when doing online shopping. GetJam coupon extension finds discounts and promo codes and applies them at checkout, so you don't have to look for ways to save money yourself. Getting started with GetJam is incredibly easy! It takes just one click and it will be added to your browser. No registration required!
확장 프로그램 기본 정보
이름 | GetJam - find Coupons and Promo codes |
ID | deamobbcdpcfhkiepmjicnlheiaalbbe |
공식 URL | https://chromewebstore.google.com/detail/getjam-find-coupons-and-p/deamobbcdpcfhkiepmjicnlheiaalbbe |
설명 | The best coupons and discounts for online shopping |
파일 크기 | 191 KB |
설치 횟수 | 233,168 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2023-09-24 |
출시 날짜 | 2020-06-12 |
평점 | 4.61/5 총 153 개의 평점 |
개발자 | https://getjam.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getjam.net/ |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Yevgen", "version": "2.0.1", "icons": { "16": "icons\/icon.png", "48": "icons\/icon_browser_48.png", "128": "icons\/icon_browser_128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_title": "GetJam", "default_popup": "pages\/popup.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/content.js", "manifest.json" ] } |