Xcelero Extension

NetSuite Test Automation

Xcelero Extensionคืออะไร?

Xcelero Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xcelerobpv.com และคุณลักษณะหลักของมันคือ "NetSuite Test Automation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xcelero Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Xcelero Extension 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'"
}