AEM Smart Extension
Demonstrate Copy Component section from page to page.
Co to jest AEM Smart Extension?
AEM Smart Extension to rozszerzenie Chrome opracowane przez chandut027, a jego główną funkcją jest „Demonstrate Copy Component section from page to page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AEM Smart Extension
Pobierz pliki rozszerzeń AEM Smart Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Short cut keys for AEM developers and Authors. 1. Shortcut to sites, crxde, packages, dam, tags, replication 2. Shortcut to Logs, Query builder, bundles, jmx 3. Switching to edit, preview, disabled modes 4. one click generate csv of all child pages.
Podstawowe informacje o rozszerzeniu
Nazwa | AEM Smart Extension |
ID | hblcjmabgkaocdbkbilebabifebhmklp |
Oficjalny URL | https://chromewebstore.google.com/detail/aem-smart-extension/hblcjmabgkaocdbkbilebabifebhmklp |
Opis | Demonstrate Copy Component section from page to page. |
Rozmiar pliku | 91.27 KB |
Liczba instalacji | 100 |
Aktualna Wersja | 5 |
Ostatnia Aktualizacja | 2018-09-12 |
Data Publikacji | 2018-09-12 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | chandut027 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM Smart Extension", "version": "5", "description": "Demonstrate Copy Component section from page to page.", "background": { "persistent": false, "scripts": [ "smart.js" ] }, "browser_action": { "default_icon": "smart.png", "default_title": "AEM Smart" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |