CONTENS CMS Connector

Link to page in CONTENS CMS backend

什么是CONTENS CMS Connector?

CONTENS CMS Connector是由https://www.contens.de开发的Chrome扩展程序,该扩展的主要功能是“Link to page in CONTENS CMS backend”。

扩展截图

screenshot

下载CONTENS CMS Connector扩展crx文件

下载CONTENS CMS Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension for CONTENS CMS editors. Works with version CONTENS 4.2.2 and higher.

When activated, the extension will display the CONTENS logo in the address field.
The logo is only displayed when the current page has been published by the CONTENS cms.

By clicking on the CONTENS logo, a new tab will be opened containing the current page in its editable form.

Use the extension options to configure the correct link to the CONTENS backend system.                    

扩展基本信息

名称 CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
官方URL https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
简介 Link to page in CONTENS CMS backend
文件大小 8.14 KB
安装次数 133
当前版本 5.0
更新时间 2023-02-14
上架时间 2018-05-17
评分 5.00/5 共1次评分
开发者 https://www.contens.de
电子邮箱 [email protected]
付费类型 free
支持的语言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Link to page in CONTENS CMS backend",
    "icons": {
        "32": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "CONTENS CMS Connector",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "CONTENS CMS Connector"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "5.0"
}