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
Eメール [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"
}