xpathCut
FPT Slovakia (I.Collak)
Cos'è xpathCut?
xpathCut è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "FPT Slovakia (I.Collak)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xpathCut
Scarica i file di estensione xpathCut in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | xpathCut |
ID | kncnlbnbeceojlallbgoodklaleaaknf |
URL Ufficiale | https://chromewebstore.google.com/detail/xpathcut/kncnlbnbeceojlallbgoodklaleaaknf |
Descrizione | FPT Slovakia (I.Collak) |
Dimensione del File | 19.52 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2016-03-17 |
Data di Pubblicazione | 2016-03-17 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |