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.
Cos'è AEM Edit To Test Link Generator?
AEM Edit To Test Link Generator è un'estensione di Chrome sviluppata da Tarun Anand, e la sua funzione principale è "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AEM Edit To Test Link Generator
Scarica i file di estensione AEM Edit To Test Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AEM Edit To Test Link Generator |
ID | koljcceclgdmgjhcobpffiiicbhjekoe |
URL Ufficiale | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
Descrizione | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
Dimensione del File | 90.35 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-06-26 |
Data di Pubblicazione | 2016-06-26 |
Sviluppatore | Tarun Anand |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |