CONTENS CMS Connector

Link to page in CONTENS CMS backend

ما هو CONTENS CMS Connector؟

CONTENS CMS Connector هو إضافة Chrome تم تطويرها بواسطة https://www.contens.de، والميزة الرئيسية لها هي "Link to page in CONTENS CMS backend".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CONTENS CMS Connector

قم بتنزيل ملفات الامتداد CONTENS CMS Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CONTENS CMS Connector CONTENS CMS Connector
ID djjfgchgicinkcilileedddihejjmpmc
عنوان URL الرسمي https://chromewebstore.google.com/detail/contens-cms-connector/djjfgchgicinkcilileedddihejjmpmc
الوصف Link to page in CONTENS CMS backend
حجم الملف 8.14 KB
عدد التثبيتات 133
النسخة الحالية 5.0
آخر تحديث 2023-02-14
تاريخ النشر 2018-05-17
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.contens.de
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}