Uptrends Transaction Recorder
Uptrends Transaction Recorder
Cos'è Uptrends Transaction Recorder?
Uptrends Transaction Recorder è un'estensione di Chrome sviluppata da https://uptrends.com, e la sua funzione principale è "Uptrends Transaction Recorder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Uptrends Transaction Recorder
Scarica i file di estensione Uptrends Transaction Recorder 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
Recording and uploading your multi-step web transactions to your Uptrends Website Monitoring account has never been easier. Simply hit “Record,” navigate through your transaction steps in-browser, and click “Upload” after signing in to send your completed recording to your own recording queue. From your queue, submit your recording to our support engineers for review!
Informazioni di Base sull'Estensione
Nome | Uptrends Transaction Recorder |
ID | pbglkhekcljpmhpaeckglhfpenefpjgo |
URL Ufficiale | https://chromewebstore.google.com/detail/uptrends-transaction-reco/pbglkhekcljpmhpaeckglhfpenefpjgo |
Descrizione | Uptrends Transaction Recorder |
Dimensione del File | 187 KB |
Conteggio Installazioni | 2,286 |
Versione Corrente | 2.0.10 |
Ultimo Aggiornamento | 2022-04-19 |
Data di Pubblicazione | 2019-12-31 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | https://uptrends.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.uptrends.com |
URL della Pagina della Politica sulla Privacy | https://www.uptrends.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uptrends Transaction Recorder", "short_name": "UT Recorder", "description": "Uptrends Transaction Recorder", "version": "2.0.10", "version_name": "2.0.10", "manifest_version": 2, "permissions": [ "webNavigation", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "runtime.js", "vendors.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon32.png", "default_title": "Uptrends Transaction Recorder" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "*.png", "assets\/prompt.js", "highlight.css" ], "content_scripts": [ { "matches": [ " |