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.
AEM Edit To Test Link Generator क्या है?
AEM Edit To Test Link Generator Tarun Anand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AEM Edit To Test Link Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | AEM Edit To Test Link Generator |
ID | koljcceclgdmgjhcobpffiiicbhjekoe |
आधिकारिक URL | https://chromewebstore.google.com/detail/aem-edit-to-test-link-gen/koljcceclgdmgjhcobpffiiicbhjekoe |
विवरण | AEM: Edit To Test Link Generator/Convertor, You can right click on the edit page and click or use it from extension icon. |
फ़ाइल का आकार | 90.35 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-06-26 |
प्रकाशन तिथि | 2016-06-26 |
डेवलपर | Tarun Anand |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } } |