CONTENS CMS Connector

Link to page in CONTENS CMS backend

Qu'est-ce que CONTENS CMS Connector ?

CONTENS CMS Connector est une extension Chrome développée par https://www.contens.de, et sa fonction principale est "Link to page in CONTENS CMS backend".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CONTENS CMS Connector

Téléchargez les fichiers d'extension CONTENS CMS Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
URL Officiel https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
Description Link to page in CONTENS CMS backend
Taille du Fichier 8.14 KB
Nombre d'Installations 133
Version Actuelle 5.0
Dernière Mise à Jour 2023-02-14
Date de Publication 2018-05-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.contens.de
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}