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은(는) eisbr11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Switch to eZPublish - Backend 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 URL 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"
        ]
    }
}