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 | 
| 电子邮箱 | [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'"
}  |  |