contentbird Connect
With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.
什么是contentbird Connect?
contentbird Connect是由contentbird GmbH开发的Chrome扩展程序,该扩展的主要功能是“With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS.”。
扩展截图
下载contentbird Connect扩展crx文件
下载contentbird Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | contentbird Connect |
ID | jgpjaicmphbcoidjjmpnifeeihljhheb |
官方URL | https://chromewebstore.google.com/detail/contentbird-connect/jgpjaicmphbcoidjjmpnifeeihljhheb |
简介 | With contentbird Connect you can easily publish or synchronize your content from contentbird in your CMS. |
文件大小 | 523 KB |
安装次数 | 255 |
当前版本 | 1.0.6 |
更新时间 | 2021-03-29 |
上架时间 | 2020-04-08 |
评分 | 5.00/5 共3次评分 |
开发者 | contentbird GmbH |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://de.contentbird.io |
支持的语言 | 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 } |