CONTENS CMS Connector
Link to page in CONTENS CMS backend
CONTENS CMS Connectorคืออะไร?
CONTENS CMS Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.contens.de และคุณลักษณะหลักของมันคือ "Link to page in CONTENS CMS backend"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CONTENS CMS Connector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |