Connatix Editor Plugin

Chrome Extension for Elements platform

What is Connatix Editor Plugin?

Connatix Editor Plugin is a Chrome extension developed by chrome.plugin.group, and its main feature is "Chrome Extension for Elements platform".

Extension Screenshots

screenshot

Download Connatix Editor Plugin Extension CRX File

Download Connatix Editor Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Connatix Editor Plugin Connatix Editor Plugin
ID ppieieamngbnfeindldaghjdcodpheom
Official URL https://chromewebstore.google.com/detail/connatix-editor-plugin/ppieieamngbnfeindldaghjdcodpheom
Description Chrome Extension for Elements platform
File Size 97.93 KB
Installation Count 65
Current Version 1.4
Last Updated 2023-05-23
Publish Date 2020-11-02
Rating 5.00/5 Total 2 Ratings
Developer chrome.plugin.group
Email [email protected]
Payment Type free
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}