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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}