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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link to the Udemy Business page for the www.udemy.com course you are currently viewing. This extension provides for Udemy Business…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Udemy Business Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}