Xcelero Extension

NetSuite Test Automation

Qu'est-ce que Xcelero Extension ?

Xcelero Extension est une extension Chrome développée par https://xcelerobpv.com, et sa fonction principale est "NetSuite Test Automation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Xcelero Extension

Téléchargez les fichiers d'extension Xcelero Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Xcelero extension allows capture of data from NetSuite webpages. This data can then be used to test those forms.                    

Informations de Base sur l'Extension

Nom Xcelero Extension Xcelero Extension
ID gjcjdgkbnakbkngicdmamifjjjedkdeo
URL Officiel https://chromewebstore.google.com/detail/xcelero-extension/gjcjdgkbnakbkngicdmamifjjjedkdeo
Description NetSuite Test Automation
Taille du Fichier 4.53 MB
Nombre d'Installations 85
Version Actuelle 5.3.2
Dernière Mise à Jour 2021-02-23
Date de Publication 2020-06-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://xcelerobpv.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}