CONTENS CMS Connector
Link to page in CONTENS CMS backend
Wat is CONTENS CMS Connector?
CONTENS CMS Connector is een Chrome-extensie ontwikkeld door https://www.contens.de, en de belangrijkste functie is "Link to page in CONTENS CMS backend".
Extensie Screenshots
Download het CRX-bestand van de extensie CONTENS CMS Connector
Download CONTENS CMS Connector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CONTENS CMS Connector |
ID | djjfgchgicinkcilileedddihejjmpmc |
Officiële URL | https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc |
Beschrijving | Link to page in CONTENS CMS backend |
Bestandsgrootte | 8.14 KB |
Aantal Installaties | 133 |
Huidige Versie | 5.0 |
Laatst Bijgewerkt | 2023-02-14 |
Publicatiedatum | 2018-05-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.contens.de |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |