Connatix Editor Plugin

Chrome Extension for Elements platform

Connatix Editor Pluginとは何ですか?

Connatix Editor Pluginはchrome.plugin.groupによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Elements platform」です。

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

screenshot

Connatix Editor Plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Leverage the Connatix Elements Editor extension to easily upload videos and access player embed codes without ever leaving your CMS.
Streamlining the editorial process, view account video players, playlists & media libraries, upload videos, and create new playlists as you go all within the extension. The best part – easily grab player embed codes & you're done!
Features of the Editor Plugin include:
– Access Elements video players, playlists, and media library
– Upload videos and create new playlists & players
– Grab player embed codes
...all within your CMS
For support, please contact [email protected]                    

拡張機能の基本情報

名前 Connatix Editor Plugin Connatix Editor Plugin
ID ppieieamngbnfeindldaghjdcodpheom
公式URL https://chromewebstore.google.com/detail/connatix-editor-plugin/ppieieamngbnfeindldaghjdcodpheom
説明 Chrome Extension for Elements platform
ファイルサイズ 97.93 KB
インストール数 65
現在のバージョン 1.4
最終更新日 2023-05-23
公開日 2020-11-02
評価 5.00/5 合計 2 レビュー
開発者 chrome.plugin.group
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Connatix Editor Plugin",
    "description": "Chrome Extension for Elements platform",
    "version": "1.4",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "assets\/logo_elements_small.png"
    },
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Open Elements platform"
        }
    },
    "background": {
        "service_worker": "background-min.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content-min.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/Roboto-Regular.ttf",
                "\/assets\/*.svg",
                "template.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}