AEM Smart Extension

Demonstrate Copy Component section from page to page.

What is AEM Smart Extension?

AEM Smart Extension is a Chrome extension developed by chandut027, and its main feature is "Demonstrate Copy Component section from page to page.".

Extension Screenshots

screenshot

Download AEM Smart Extension Extension CRX File

Download AEM Smart Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AEM Smart Extension AEM Smart Extension
ID hblcjmabgkaocdbkbilebabifebhmklp
Official URL https://chromewebstore.google.com/detail/aem-smart-extension/hblcjmabgkaocdbkbilebabifebhmklp
Description Demonstrate Copy Component section from page to page.
File Size 91.27 KB
Installation Count 100
Current Version 5
Last Updated 2018-09-12
Publish Date 2018-09-12
Rating 4.00/5 Total 2 Ratings
Developer chandut027
Payment Type free
Supported Languages 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
}