Udemy Business Linker

Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…

Udemy Business Linker là gì?

Udemy Business Linker là một tiện ích mở rộng Chrome được phát triển bởi https://findgrep.app, và tính năng chính của nó là "Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy Business Linker

Tải xuống các tệp mở rộng Udemy Business Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Link to the Udemy Business page for the www.udemy.com course you are currently viewing.

This extension provides for Udemy Business users.

If you are browsing www.udemy.com and open the pop-up for this extension, you will see a link to Udemy Business and also see if the page exists.

- Udemy: https://www.udemy.com
- Udemy Business: https://[your-udemy-business-subdomain].udemy.com/

Key Features
* If the current page matches www.udemy.com, Add a link to its Udemy business page.
* If the current page matches your Udemy business, Add a link to its www.udemy.com page.
* Check whether the link destination page exists.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy Business Linker Udemy Business Linker
ID mgehgoieojfkoeedjlmmjagablmnjeje
URL Chính Thức https://chromewebstore.google.com/detail/udemy-business-linker/mgehgoieojfkoeedjlmmjagablmnjeje
Mô tả Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…
Kích Thước Tệp 84.34 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2023-01-17
Nhà Phát Triển https://findgrep.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://findgrep.app/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Udemy Business Linker",
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.udemy.com\/*"
    ],
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    }
}