AEM Edit To Test Link Generator

AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.

What is AEM Edit To Test Link Generator?

AEM Edit To Test Link Generator is a Chrome extension developed by Tarun Anand, and its main feature is "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".

Extension Screenshots

screenshot
screenshot

Download AEM Edit To Test Link Generator Extension CRX File

Download AEM Edit To Test Link Generator 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

                        AEM Edit To Test Link Generator/Convertor, You can right click on the edit page and click on "AEM: Edit to Test Link" or use it from extension icon, the extension also handles the cf# in the url or any other ?parameter like version prams in the url                    

Extension Basic Information

Name AEM Edit To Test Link Generator AEM Edit To Test Link Generator
ID koljcceclgdmgjhcobpffiiicbhjekoe
Official URL https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe
Description AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.
File Size 90.35 KB
Installation Count 20
Current Version 1.0
Last Updated 2016-06-26
Publish Date 2016-06-26
Developer Tarun Anand
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AEM Edit To Test Link Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "AEM: Edit To Test Link Generator\/Convertor, You can right click on the edit page and click or use it from extension icon.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "allscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}