Xcelero Extension
NetSuite Test Automation
Xcelero Extension क्या है?
Xcelero Extension https://xcelerobpv.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NetSuite Test Automation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Xcelero Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Xcelero extension allows capture of data from NetSuite webpages. This data can then be used to test those forms.
एक्सटेंशन की मूल जानकारी
नाम | Xcelero Extension |
ID | gjcjdgkbnakbkngicdmamifjjjedkdeo |
आधिकारिक URL | https://chromewebstore.google.com/detail/xcelero-extension/gjcjdgkbnakbkngicdmamifjjjedkdeo |
विवरण | NetSuite Test Automation |
फ़ाइल का आकार | 4.53 MB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 5.3.2 |
अंतिम अपडेट | 2021-02-23 |
प्रकाशन तिथि | 2020-06-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://xcelerobpv.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xcelero Extension", "version": "5.3.2", "manifest_version": 2, "description": "NetSuite Test Automation", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "name": "Click to open the extension sidebar" }, "permissions": [ "tabs", "contextMenus", "https:\/\/*.app.netsuite.com\/*", "https:\/\/*.netsuite.com\/*", "https:\/\/system.netsuite.com\/*", "https:\/\/netsuite.com\/*", "https:\/\/st.centium.net\/*", "https:\/\/xcelero.base.iheartmedia.com\/*", "https:\/\/connect.xcelero.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.netsuite.com\/*" ], "js": [ "src\/dist\/assets\/js\/jquery-3.3.1.min.js", "content.js", "src\/dist\/assets\/js\/jquery-ui.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/dist\/index.html", "src\/dist\/group.html", "src\/dist\/process.html", "src\/dist\/assertions.html", "src\/dist\/listOfTestCases.html", "src\/dist\/advancededit.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |