Xcelero Extension
NetSuite Test Automation
Xcelero Extensionとは何ですか?
Xcelero Extensionはhttps://xcelerobpv.comによって開発されたChromeの拡張機能で、その主な機能は「NetSuite Test Automation」です。
拡張機能のスクリーンショット
Xcelero Extension拡張機能のCRXファイルをダウンロード
Xcelero Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Xcelero extension allows capture of data from NetSuite webpages. This data can then be used to test those forms. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |