CONTENS CMS Connector
Link to page in CONTENS CMS backend
什麼是CONTENS CMS Connector?
CONTENS CMS Connector是由https://www.contens.de開發的Chrome擴展程式,該擴展的主要功能是“Link to page in CONTENS CMS backend”。
擴展截圖
下載CONTENS CMS Connector擴展crx文件
下載CONTENS CMS Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |