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
公式URL 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
Eメール [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"
    }
}