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.

Qu'est-ce que AEM Edit To Test Link Generator ?

AEM Edit To Test Link Generator est une extension Chrome développée par Tarun Anand, et sa fonction principale est "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AEM Edit To Test Link Generator

Téléchargez les fichiers d'extension AEM Edit To Test Link Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AEM Edit To Test Link Generator AEM Edit To Test Link Generator
ID koljcceclgdmgjhcobpffiiicbhjekoe
URL Officiel 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.
Taille du Fichier 90.35 KB
Nombre d'Installations 20
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-26
Date de Publication 2016-06-26
Développeur Tarun Anand
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}