CONTENS CMS Connector

Link to page in CONTENS CMS backend

Co to jest CONTENS CMS Connector?

CONTENS CMS Connector to rozszerzenie Chrome opracowane przez https://www.contens.de, a jego główną funkcją jest „Link to page in CONTENS CMS backend”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CONTENS CMS Connector

Pobierz pliki rozszerzeń CONTENS CMS Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
Oficjalny URL https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
Opis Link to page in CONTENS CMS backend
Rozmiar pliku 8.14 KB
Liczba instalacji 133
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2023-02-14
Data Publikacji 2018-05-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.contens.de
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}