Xcelero Extension
NetSuite Test Automation
Cos'è Xcelero Extension?
Xcelero Extension è un'estensione di Chrome sviluppata da https://xcelerobpv.com, e la sua funzione principale è "NetSuite Test Automation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Xcelero Extension
Scarica i file di estensione Xcelero Extension 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
Xcelero extension allows capture of data from NetSuite webpages. This data can then be used to test those forms.
Informazioni di Base sull'Estensione
Nome | Xcelero Extension |
ID | gjcjdgkbnakbkngicdmamifjjjedkdeo |
URL Ufficiale | https://chromewebstore.google.com/detail/xcelero-extension/gjcjdgkbnakbkngicdmamifjjjedkdeo |
Descrizione | NetSuite Test Automation |
Dimensione del File | 4.53 MB |
Conteggio Installazioni | 85 |
Versione Corrente | 5.3.2 |
Ultimo Aggiornamento | 2021-02-23 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://xcelerobpv.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |