Udemy Price Tracker & Image Downloader

Fastest Price Tracking Tool & Image Downloader for Udemy!

Udemy Price Tracker & Image Downloaderคืออะไร?

Udemy Price Tracker & Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://upstal.com และคุณลักษณะหลักของมันคือ "Fastest Price Tracking Tool & Image Downloader for Udemy!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Price Tracker & Image Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Udemy Price Tracker & Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Udemy Price Tracker & Image Downloader Udemy Price Tracker & Image Downloader
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"
    ]
}