Tenon Toolkit

Tenon Audit Tools

Qu'est-ce que Tenon Toolkit ?

Tenon Toolkit est une extension Chrome développée par Tenon, et sa fonction principale est "Tenon Audit Tools".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tenon Toolkit

Téléchargez les fichiers d'extension Tenon Toolkit 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

                        Perform automated and guided manual testing of websites and web-based applications.                    

Informations de Base sur l'Extension

Nom Tenon Toolkit Tenon Toolkit
ID igibgembioocfapgggmdnpnhdjlldnbl
URL Officiel https://chromewebstore.google.com/detail/tenon-toolkit/igibgembioocfapgggmdnpnhdjlldnbl
Description Tenon Audit Tools
Taille du Fichier 5.37 MB
Nombre d'Installations 624
Version Actuelle 1.6.5
Dernière Mise à Jour 2021-09-21
Date de Publication 2021-05-05
Évaluation 2.00/5 Total 1 Évaluations
Développeur Tenon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tenon.io
URL de la Page d'Aide https://www.tenon.io/support.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tenon Toolkit",
    "description": "Tenon Audit Tools",
    "version": "1.6.5",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tenon-logo-16.png",
            "32": "\/images\/tenon-logo-32.png",
            "48": "\/images\/tenon-logo-48.png",
            "128": "\/images\/tenon-logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webfonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "devtool.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "utils.js",
                "libs\/jquery-3.5.1.min.js",
                "libs\/lodash-core.min.js",
                "libs\/tenon-plugin-utils.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/tenon-logo-16.png",
        "32": "\/images\/tenon-logo-32.png",
        "48": "\/images\/tenon-logo-48.png",
        "128": "\/images\/tenon-logo-128.png"
    }
}