CONTENS CMS Connector

Link to page in CONTENS CMS backend

Cos'è CONTENS CMS Connector?

CONTENS CMS Connector è un'estensione di Chrome sviluppata da https://www.contens.de, e la sua funzione principale è "Link to page in CONTENS CMS backend".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CONTENS CMS Connector

Scarica i file di estensione CONTENS CMS Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
URL Ufficiale https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
Descrizione Link to page in CONTENS CMS backend
Dimensione del File 8.14 KB
Conteggio Installazioni 133
Versione Corrente 5.0
Ultimo Aggiornamento 2023-02-14
Data di Pubblicazione 2018-05-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.contens.de
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}