xpathCut
FPT Slovakia (I.Collak)
Wat is xpathCut?
xpathCut is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "FPT Slovakia (I.Collak)".
Extensie Screenshots
Download het CRX-bestand van de extensie xpathCut
Download xpathCut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | xpathCut |
ID | kncnlbnbeceojlallbgoodklaleaaknf |
Officiële URL | https://chromewebstore.google.com/detail/xpathcut/kncnlbnbeceojlallbgoodklaleaaknf |
Beschrijving | FPT Slovakia (I.Collak) |
Bestandsgrootte | 19.52 KB |
Aantal Installaties | 27 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2016-03-17 |
Publicatiedatum | 2016-03-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |