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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Switch to eZPublish - Backend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } } |