xpathCut
FPT Slovakia (I.Collak)
Qu'est-ce que xpathCut ?
xpathCut est une extension Chrome développée par Unknown, et sa fonction principale est "FPT Slovakia (I.Collak)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension xpathCut
Téléchargez les fichiers d'extension xpathCut 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
XpathCut helps to locate xpaths in DOM, useful for projects where object xpath needs to be defined and stored for later object localization and performing desired action - developed with intention to speed up automation testing
Informations de Base sur l'Extension
Nom | xpathCut |
ID | kncnlbnbeceojlallbgoodklaleaaknf |
URL Officiel | https://chromewebstore.google.com/detail/xpathcut/kncnlbnbeceojlallbgoodklaleaaknf |
Description | FPT Slovakia (I.Collak) |
Taille du Fichier | 19.52 KB |
Nombre d'Installations | 27 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2016-03-17 |
Date de Publication | 2016-03-17 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xpathCut", "description": "FPT Slovakia (I.Collak)", "version": "2.2", "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "Icons\/*.png" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "management", "https:\/\/ajax.googleapis.com\/", "storage" ] } |