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.によって開発されたChromeの拡張機能で、その主な機能は「Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Cloudinary Media Library拡張機能のCRXファイルをダウンロード

Cloudinary Media Library拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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"
    }
}