CONTENS CMS Connector

Link to page in CONTENS CMS backend

CONTENS CMS Connector là gì?

CONTENS CMS Connector là một tiện ích mở rộng Chrome được phát triển bởi https://www.contens.de, và tính năng chính của nó là "Link to page in CONTENS CMS backend".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CONTENS CMS Connector

Tải xuống các tệp mở rộng CONTENS CMS Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
URL Chính Thức https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
Mô tả Link to page in CONTENS CMS backend
Kích Thước Tệp 8.14 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2023-02-14
Ngày Phát Hành 2018-05-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.contens.de
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}