Udemy Coupons & Free Courses

Get Live Udemy Discount and Promo Codes.

Udemy Coupons & Free Coursesとは何ですか?

Udemy Coupons & Free Coursesはhttps://couponstal.comによって開発されたChromeの拡張機能で、その主な機能は「Get Live Udemy Discount and Promo Codes.」です。

拡張機能のスクリーンショット

screenshot

Udemy Coupons & Free Courses拡張機能のCRXファイルをダウンロード

Udemy Coupons & Free Courses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Udemy Coupon Chrome extension is one of the best shopping extension for Udemy users that find Coupons on Udemy in automatically.

This Udemy Coupon Chrome extension will search for available coupons and Coupons whilst you are browsing the store and will ensure you save dollars and get the best deals and Coupons every time you make a purchase on Udemy.

How to Find Udemy Coupon codes that work with Udemy Coupon?
Just install the extension and on every course page, it will automatically start searching for the best coupons and Coupons available. When an offer is detected a Coupon box will appear with instructions on how to grab it.

Does Udemy Coupon helps to find an Udemy Coupon for new users?
This tool is completely free to new or old Udemy users. So anyone can install it on their Chrome browser to save money.

Why Do You Need This Udemy Coupon Tool for Chrome?
Udemy’s coupons and Coupons can be a bit confusing and hard to understand, it is for this reason why many people don’t take full advantage of them. However, thanks to this free extension you will be able to save dollars on many of your purchases, especially on the courses that are in the medium to high price range.

So, Feel free to use our Udemy Coupon code generator.
Thank You.

This Privacy Policy can be also found here:
https://couponstal.com/privacy_policy.html

For any query related to BangGood Price Tracker & Image Downloader you can reach to us via our Official contact page here: https://couponstal.com/contact.html                    

拡張機能の基本情報

名前 Udemy Coupons & Free Courses Udemy Coupons & Free Courses
ID hpbojbehpilbbjjdipefpidbjhfggpmk
公式URL https://chromewebstore.google.com/detail/udemy-coupons-free-course/hpbojbehpilbbjjdipefpidbjhfggpmk
説明 Get Live Udemy Discount and Promo Codes.
ファイルサイズ 1.43 MB
インストール数 2,505
現在のバージョン 1.0.1
最終更新日 2021-03-31
公開日 2021-03-30
評価 3.60/5 合計 20 レビュー
開発者 https://couponstal.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://couponstal.com
ヘルプページのURL https://couponstal.com/contact.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 Coupons & Free Courses",
    "description": "Get Live Udemy Discount and Promo Codes.",
    "version": "1.0.1",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*",
                "*:\/\/*.couponfollow.com\/site\/udemy.com"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Udemy Coupons",
        "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"
    ],
    "permissions": [
        "*:\/\/*.couponfollow.com\/site\/udemy.com",
        "*:\/\/*.udemy.com\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}