CQ5 / AEM Switcher
Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.
Apa itu CQ5 / AEM Switcher?
CQ5 / AEM Switcher adalah ekstensi Chrome yang dikembangkan oleh StipoSoftware, dan fitur utamanya adalah "Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CQ5 / AEM Switcher
Unduh file ekstensi CQ5 / AEM Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | CQ5 / AEM Switcher |
ID | jkpmnjkonfohoabagjmgpjhfoecffhmo |
URL Resmi | https://chromewebstore.google.com/detail/cq5-aem-switcher/jkpmnjkonfohoabagjmgpjhfoecffhmo |
Deskripsi | Quick link widget for Adobe CQ5 / AEM servers. Configure any number of environments and servers needed. |
Ukuran File | 166 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-06-30 |
Tanggal Publikasi | 2014-06-30 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | StipoSoftware |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CQ5 \/ AEM Switcher", "version": "1.0.2", "manifest_version": 2, "description": "Quick link widget for Adobe CQ5 \/ AEM servers. Configure any number of environments and servers needed.", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "interface.html" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery-1.7.2.min.js" ] } ], "permissions": [ "storage" ] } |