contentbird Connect

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

Co to jest contentbird Connect?

contentbird Connect to rozszerzenie Chrome opracowane przez contentbird GmbH, a jego główną funkcją jest „With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia contentbird Connect

Pobierz pliki rozszerzeń contentbird Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa contentbird Connect contentbird Connect
ID jgpjaicmphbcoidjjmpnifeeihljhheb
Oficjalny URL https://chromewebstore.google.com/detail/contentbird-connect/jgpjaicmphbcoidjjmpnifeeihljhheb
Opis With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.
Rozmiar pliku 523 KB
Liczba instalacji 255
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2021-03-29
Data Publikacji 2020-04-08
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper contentbird GmbH
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://de.contentbird.io
Obsługiwane Języki 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
}