contentbird Connect
With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.
What is contentbird Connect?
contentbird Connect is a Chrome extension developed by contentbird GmbH, and its main feature is "With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.".
Extension Screenshots
Download contentbird Connect Extension CRX File
Download contentbird Connect 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
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.
Extension Basic Information
Name | contentbird Connect |
ID | jgpjaicmphbcoidjjmpnifeeihljhheb |
Official URL | https://chromewebstore.google.com/detail/contentbird-connect/jgpjaicmphbcoidjjmpnifeeihljhheb |
Description | With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS. |
File Size | 523 KB |
Installation Count | 255 |
Current Version | 1.0.6 |
Last Updated | 2021-03-29 |
Publish Date | 2020-04-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | contentbird GmbH |
[email protected] | |
Payment Type | free |
Extension Website | https://de.contentbird.io |
Supported Languages | 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 } |