contentbird Connect
With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.
Vad är contentbird Connect?
contentbird Connect är en Chrome-tillägg utvecklad av contentbird GmbH, och dess huvudfunktion är "With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.".
Tilläggsskärmbilder
Ladda ner contentbird Connect-förlängningens CRX-fil
Ladda ner contentbird Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | contentbird Connect |
ID | jgpjaicmphbcoidjjmpnifeeihljhheb |
Officiell webbadress | https://chromewebstore.google.com/detail/contentbird-connect/jgpjaicmphbcoidjjmpnifeeihljhheb |
Beskrivning | With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS. |
Filstorlek | 523 KB |
Antal Installationer | 255 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2021-03-29 |
Publiceringsdatum | 2020-04-08 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | contentbird GmbH |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://de.contentbird.io |
Stödda Språk | 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 } |