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 là gì?

Switch to eZPublish - Backend là một tiện ích mở rộng Chrome được phát triển bởi eisbr11, và tính năng chính của nó là "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Switch to eZPublish - Backend

Tải xuống các tệp mở rộng Switch to eZPublish - Backend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Switch to eZPublish - Backend Switch to eZPublish - Backend
ID moadepaeebiafdijcdaefamlkoeojcdi
URL Chính Thức https://chrome.google.com/webstore/detail/switch-to-ezpublish-backe/moadepaeebiafdijcdaefamlkoeojcdi
Mô tả With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.
Kích Thước Tệp 83.58 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-10-12
Ngày Phát Hành 2012-10-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển eisbr11
Loại Thanh Toán free
Trang Web Mở Rộng http://www.silversolutions.de/
URL Trang Trợ Giúp http://www.ez-publish-blog.de/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}