HCL OneTest™ UI - Functional Test

Enables HCL OneTest™ UI - Functional Test support for web applications

Qu'est-ce que HCL OneTest™ UI - Functional Test ?

HCL OneTest™ UI - Functional Test est une extension Chrome développée par functional.tester.hcl, et sa fonction principale est "Enables HCL OneTest™ UI - Functional Test support for web applications".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HCL OneTest™ UI - Functional Test

Téléchargez les fichiers d'extension HCL OneTest™ UI - Functional Test 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

                        Supported in HCL OneTest UI 10.5.4 and earlier versions.

Enables HCL OneTest™ UI support for web applications                    

Informations de Base sur l'Extension

Nom HCL OneTest™ UI - Functional Test HCL OneTest™ UI - Functional Test
ID lehjmneogjhhipgllpljinjicgoldekf
URL Officiel https://chromewebstore.google.com/detail/hcl-onetest-ui-functional/lehjmneogjhhipgllpljinjicgoldekf
Description Enables HCL OneTest™ UI - Functional Test support for web applications
Taille du Fichier 110 KB
Nombre d'Installations 75
Version Actuelle 10.5.4
Dernière Mise à Jour 2024-01-31
Date de Publication 2020-07-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur functional.tester.hcl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hcltech.com/software/onetest
URL de la Page d'Aide https://hclonetest.hcldoc.com/
Langues Prises en Charge de,en,fr,tr,es,it,hu,pl,pt-BR,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoCskM3aPZsfHLYsf+BBhK6tgsCIWsegkJE5Aq8clG1U8sTz+qexBgH7Cd8VuFEgz86CqmNVVyKU2qrBfHOE9DvpRD1K2GVj6xh+yrdeIW+K2tfBN4H7gdXEaqINzQm6XqmjhzJybxoIRyFATay4GDlYTKOHQ\/\/uDHlykH5buPPuIpmuC3VLrixJPePkqWzN8fa4A1JNFPM1DGc0eA7y9mYdgtN0WJvKVEIkihUaA+gWQCaUrZ6gIfGNgrIpqHUWnJ3yUEr9uu1MqJId3mn7SooZcrC2ZG6EvGHJoRiyR5JzLxwmqdVa7H67QqH6p55bt1AshSBw077eKvxNBV2I82QIDAQAB",
    "name": "__MSG_name__",
    "version": "10.5.4",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/RFT_16.png",
        "48": "images\/RFT_48.png",
        "128": "images\/RFT_128.png"
    },
    "action": {
        "default_icon": "images\/RFT.ico",
        "default_title": "__MSG_name__"
    },
    "options_page": "Options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "native_cs.js"
            ],
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.js",
                "images\/busy.gif",
                "rftmain.js",
                "rftjsproxies.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost\/*\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}