Udemy Price Tracker & Image Downloader
Fastest Price Tracking Tool & Image Downloader for Udemy!
Udemy Price Tracker & Image Downloader란 무엇입니까?
Udemy Price Tracker & Image Downloader은(는) http://upstal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest Price Tracking Tool & Image Downloader for Udemy!"입니다.
확장 프로그램 스크린샷
Udemy Price Tracker & Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free Udemy Course Price Tracker for Your Favorite Browser. Udemy Price Tracker Adds price history charts and the option to be alerted on price drops to all Udemy. ✜ Udemy Price Tracker - Features: • Free to Use • Price Graph History • Monitor Prices • Set course Price Drop Alerts • Get Notified When Price will be Increased or Dropped. • Download Images from Udemy with Single Click! ✜ How to Use Udemy Course Price Tracker? - First, Install Udemy Price Tracker & Image Downloader on your browser. - It will show a menu box down-left corner on your Udemy course pages. - Click on that Menu to view price history. ✜ How to Get Notified When Price will Drop? - Click on "Notify Me" button from below the Price history chart. - It will ask your notification permisson. - Allow It. - Your course will be added in your watching list page. - Done! * You will Get Notification after Changing Prices! ✜ How To Download Images from Udemy? - Click on "Downloader" button from Extension's menu. - Features Images of that course will be shown there. - You can download single images by clicking on images. - Or, You Can Click on "Download" button to download all images as a compressed zip file. • Keep checking we are adding more features frequently. This Privacy Policy can be also found here: https://upstal.com/privacy_policy.html For any query related to Udemy Price Tracker & Image Downloader you can reach to us via our Official facebook page here: https://www.facebook.com/upstal
확장 프로그램 기본 정보
이름 | |
ID | neeffmoabgnncngnokbjnpfkfnmljjkp |
공식 URL | https://chrome.google.com/webstore/detail/udemy-price-tracker-image/neeffmoabgnncngnokbjnpfkfnmljjkp |
설명 | Fastest Price Tracking Tool & Image Downloader for Udemy! |
파일 크기 | 2.05 MB |
설치 횟수 | 953 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-11-30 |
출시 날짜 | 2020-11-30 |
평점 | 2.83/5 총 23 개의 평점 |
개발자 | http://upstal.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://upstal.com |
도움말 페이지 URL | https://upstal.com/privacy_policy.html |
개인정보 보호 정책 페이지 URL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Udemy Price Tracker & Image Downloader", "description": "Fastest Price Tracking Tool & Image Downloader for Udemy!", "version": "1.0", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.udemy.com\/*" ], "js": [ "contentscript.js" ], "all_frames": true } ], "browser_action": { "default_title": "Udemy Price Tracker", "default_icon": { "16": "img\/128.png", "32": "img\/128.png", "48": "img\/128.png", "64": "img\/128.png", "128": "img\/128.png" } }, "icons": { "16": "img\/128.png", "32": "img\/128.png", "48": "img\/128.png", "64": "img\/128.png", "128": "img\/128.png" }, "web_accessible_resources": [ "visual\/index.html", "service-worker.js" ], "permissions": [ "*:\/\/*.udemy.com\/*", "webRequest", "webRequestBlocking", "storage" ] } |