Fresh Coupons
Automatically find and apply discount coupon codes for Udemy courses
Fresh Coupons란 무엇입니까?
Fresh Coupons은(는) freshcoupons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically find and apply discount coupon codes for Udemy courses"입니다.
확장 프로그램 스크린샷
Fresh Coupons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Buy paid Udemy courses for free/with discount without extra step! See all discounted courses right in Udemy and apply coupon code automatically or with a single click.
확장 프로그램 기본 정보
이름 | Fresh Coupons |
ID | pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
공식 URL | https://chromewebstore.google.com/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie |
설명 | Automatically find and apply discount coupon codes for Udemy courses |
파일 크기 | 349 KB |
설치 횟수 | 2,815 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2021-11-25 |
출시 날짜 | 2021-11-21 |
평점 | 4.38/5 총 16 개의 평점 |
개발자 | freshcoupons |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/KajanM/fresh-coupons |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fresh Coupons", "version": "0.0.0.2", "description": "Automatically find and apply discount coupon codes for Udemy courses", "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/udemy-fresh-coupons-main-banner\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/courses\/*", "https:\/\/www.udemy.com\/" ] }, { "js": [ "content\/udemy-course-details-page\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/course\/*" ] }, { "js": [ "content\/udemy-course-listing-page\/import-App.js" ], "matches": [ "https:\/\/www.udemy.com\/courses\/search\/*", "https:\/\/www.udemy.com\/topic\/*" ] } ], "permissions": [ "storage", "alarms" ], "homepage_url": "https:\/\/github.com\/KajanM\/fresh-coupons", "icons": { "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "author": "Kajan M (https:\/\/www.kajanm.com\/)", "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/udemy-fresh-coupons-main-banner\/App.js", "content\/udemy-course-details-page\/App.js", "content\/udemy-course-listing-page\/App.js" ], "matches": [ "https:\/\/www.udemy.com\/*" ] } ] } |