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.
Vad är AEM Edit To Test Link Generator?
AEM Edit To Test Link Generator är en Chrome-tillägg utvecklad av Tarun Anand, och dess huvudfunktion är "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon.".
Tilläggsskärmbilder
Ladda ner AEM Edit To Test Link Generator-förlängningens CRX-fil
Ladda ner AEM Edit To Test Link Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | AEM Edit To Test Link Generator |
ID | koljcceclgdmgjhcobpffiiicbhjekoe |
Officiell webbadress | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
Beskrivning | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
Filstorlek | 90.35 KB |
Antal Installationer | 20 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-06-26 |
Publiceringsdatum | 2016-06-26 |
Utvecklare | Tarun Anand |
Betalningssätt | free |
Stödda Språk | 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" ] } } |