CONTENS CMS Connector
Link to page in CONTENS CMS backend
CONTENS CMS Connector क्या है?
CONTENS CMS Connector https://www.contens.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link to page in CONTENS CMS backend"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CONTENS CMS Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |