contentbird Connect

With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.

Cos'è contentbird Connect?

contentbird Connect è un'estensione di Chrome sviluppata da contentbird GmbH, e la sua funzione principale è "With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione contentbird Connect

Scarica i file di estensione contentbird Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Mit contentbird Connect können Sie einfach Ihre Contents aus contentbird in Ihrem CMS veröffentlichen oder synchronisieren.
Hierfür können Sie Ihren gewünschten Content auswählen und alle hinterlegten Textbausteine bequem mit wenigen Klicks kopieren und an die gewünschte Stelle im CMS (oder andere Tools) einfügen.                    

Informazioni di Base sull'Estensione

Nome contentbird Connect contentbird Connect
ID jgpjaicmphbcoidjjmpnifeeihljhheb
URL Ufficiale https://chromewebstore.google.com/detail/contentbird-connect/jgpjaicmphbcoidjjmpnifeeihljhheb
Descrizione With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.
Dimensione del File 523 KB
Conteggio Installazioni 255
Versione Corrente 1.0.6
Ultimo Aggiornamento 2021-03-29
Data di Pubblicazione 2020-04-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore contentbird GmbH
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://de.contentbird.io
Lingue Supportate de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "default_locale": "de",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/contentbird_icon_16.png",
            "32": "images\/contentbird_icon_32.png",
            "48": "images\/contentbird_icon_48.png",
            "128": "images\/contentbird_icon_128.png"
        }
    },
    "icons": {
        "16": "images\/contentbird_icon_16.png",
        "32": "images\/contentbird_icon_32.png",
        "48": "images\/contentbird_icon_48.png",
        "128": "images\/contentbird_icon_128.png"
    },
    "manifest_version": 2
}