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?

Udemy Business Linker是由https://findgrep.app開發的Chrome擴展程式,該擴展的主要功能是“Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…”。

擴展截圖

screenshot

下載Udemy Business Linker擴展crx文件

下載Udemy Business Linker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Udemy Business Linker Udemy Business Linker
ID mgehgoieojfkoeedjlmmjagablmnjeje
官方網址 https://chromewebstore.google.com/detail/udemy-business-linker/mgehgoieojfkoeedjlmmjagablmnjeje
簡介 Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…
檔案大小 84.34 KB
安裝次數 42
目前版本 1.0.0
更新時間 2023-02-04
上架時間 2023-01-17
開發者 https://findgrep.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://findgrep.app/
支援的語言 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"
    }
}