Connatix Editor Plugin

Chrome Extension for Elements platform

Connatix Editor Plugin là gì?

Connatix Editor Plugin là một tiện ích mở rộng Chrome được phát triển bởi chrome.plugin.group, và tính năng chính của nó là "Chrome Extension for Elements platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Connatix Editor Plugin

Tải xuống các tệp mở rộng Connatix Editor Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Connatix Editor Plugin Connatix Editor Plugin
ID ppieieamngbnfeindldaghjdcodpheom
URL Chính Thức https://chromewebstore.google.com/detail/connatix-editor-plugin/ppieieamngbnfeindldaghjdcodpheom
Mô tả Chrome Extension for Elements platform
Kích Thước Tệp 97.93 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2020-11-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển chrome.plugin.group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}