Connatix Editor Plugin

Chrome Extension for Elements platform

Wat is Connatix Editor Plugin?

Connatix Editor Plugin is een Chrome-extensie ontwikkeld door chrome.plugin.group, en de belangrijkste functie is "Chrome Extension for Elements platform".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Connatix Editor Plugin

Download Connatix Editor Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Connatix Editor Plugin Connatix Editor Plugin
ID ppieieamngbnfeindldaghjdcodpheom
Officiële URL https://chromewebstore.google.com/detail/connatix-editor-plugin/ppieieamngbnfeindldaghjdcodpheom
Beschrijving Chrome Extension for Elements platform
Bestandsgrootte 97.93 KB
Aantal Installaties 65
Huidige Versie 1.4
Laatst Bijgewerkt 2023-05-23
Publicatiedatum 2020-11-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar chrome.plugin.group
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}