Switch to eZPublish - Backend

With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.

ما هو Switch to eZPublish - Backend؟

Switch to eZPublish - Backend هو إضافة Chrome تم تطويرها بواسطة eisbr11، والميزة الرئيسية لها هي "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Switch to eZPublish - Backend

قم بتنزيل ملفات الامتداد Switch to eZPublish - Backend بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When you are on a certain page of your ezPublish-project and want to edit the contents, this is the eZiest way to go directly to the appropriate backend page. 

First: You need to tell this extension your frontend and backend Urls via the options page

Second: Switch to the appropriate backend page of a certain page with one click on the button. 

That's it!

The Button will automatically turn grey and be disabled, if a page is not known to the extension or if you are in the backend of a page.                    

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

الاسم Switch to eZPublish - Backend Switch to eZPublish - Backend
ID moadepaeebiafdijcdaefamlkoeojcdi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/switch-to-ezpublish-backe/moadepaeebiafdijcdaefamlkoeojcdi
الوصف With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.
حجم الملف 83.58 KB
عدد التثبيتات 36
النسخة الحالية 1.2
آخر تحديث 2012-10-12
تاريخ النشر 2012-10-12
تقييم 5.00/5 مجموع تقييمات 3
المطور eisbr11
نوع الدفع free
موقع الإضافة http://www.silversolutions.de/
عنوان صفحة المساعدة http://www.ez-publish-blog.de/
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switch to eZPublish - Backend",
    "version": "1.2",
    "manifest_version": 2,
    "description": "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.",
    "browser_action": {
        "default_icon": "go-to-Backend48x48.png",
        "default_title": "eZ Publish Backend Switcher"
    },
    "icons": {
        "16": "go-to-Backend16x16.png",
        "48": "go-to-Backend48x48.png",
        "128": "go-to-Backend128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "jquery-1.7.2.min.js",
            "goto_backend.js"
        ]
    }
}