AEM Switcher

This extension helps to switch between editor mode and 'publish' mode on AEM projects

Apa itu AEM Switcher?

AEM Switcher adalah ekstensi Chrome yang dikembangkan oleh https://doisbit.com, dan fitur utamanya adalah "This extension helps to switch between editor mode and 'publish' mode on AEM projects".

Unduh Berkas CRX Ekstensi AEM Switcher

Unduh file ekstensi 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

                        Switch between AEM versions.

Automatically gets the current URL you are and send you to the opposite version.

If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.                    

Informasi Dasar Ekstensi

Nama AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
URL Resmi https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
Deskripsi This extension helps to switch between editor mode and 'publish' mode on AEM projects
Ukuran File 6.58 KB
Jumlah Instalasi 66
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-08-10
Tanggal Publikasi 2017-08-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://doisbit.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AEM Switcher",
    "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "aem-switcher.html",
        "default_title": "Switch AEM mode"
    },
    "permissions": [
        "activeTab"
    ]
}