Cloudinary Media Library

Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets.

Cloudinary Media Library क्या है?

Cloudinary Media Library Cloudinary Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Cloudinary Media Library एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Cloudinary Media Library Extension extends the power of your asset library (DAM) into any web-based application (CMS, PIM, website builder, etc.). Easily access your full asset library, with the ability to search, preview and insert image assets or place URLs of any file type. 

* Search, find, select, and insert images or image transforms into web-based applications
* Basic, advanced, and visual search of media library and created collections
* Place URL links to any file type (video, imagery, sprites, etc.)
* Generate ‘on-the-fly’ asset variations with UI-based Media & Transformation Editors
* Simple install, setup, and use requires no technical knowledge

For more details and setup help visit the documentation page: 
https://cloudinary.com/documentation/media_library_chrome_integration                    

एक्सटेंशन की मूल जानकारी

नाम Cloudinary Media Library Cloudinary Media Library
ID fakfhlanoeblenimbdkeinpkfbghdeff
आधिकारिक URL https://chromewebstore.google.com/detail/cloudinary-media-library/fakfhlanoeblenimbdkeinpkfbghdeff
विवरण Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets.
फ़ाइल का आकार 1.05 MB
स्थापना संख्या 872
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-06-14
प्रकाशन तिथि 2022-01-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Cloudinary Ltd.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cloudinary.com
सहायता पृष्ठ URL https://support.cloudinary.com
गोपनीयता नीति पृष्ठ URL https://cloudinary.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloudinary Media Library",
    "description": "Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets.",
    "version": "1.0.2",
    "manifest_version": 2,
    "incognito": "not_allowed",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "https:\/\/*\/"
    ],
    "browser_action": [],
    "icons": {
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    }
}