Connatix Editor Plugin

Chrome Extension for Elements platform

Τι είναι το Connatix Editor Plugin;

Το Connatix Editor Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome.plugin.group, και η κύρια λειτουργία του είναι "Chrome Extension for Elements platform".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Connatix Editor Plugin

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}