Paysera transfer templates importer
Import your transfer templates from banks to Paysera
Cos'è Paysera transfer templates importer?
Paysera transfer templates importer è un'estensione di Chrome sviluppata da code, e la sua funzione principale è "Import your transfer templates from banks to Paysera".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paysera transfer templates importer
Scarica i file di estensione Paysera transfer templates importer 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
Paysera provides an opportunity for you to import transfer templates from the e-banking systems to your Paysera account using extension. Informazioni di Base sull'Estensione
| Nome | |
| ID | aanipgplcbjmbjconlfcbeaiegddebcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/paysera-transfer-template/aanipgplcbjmbjconlfcbeaiegddebcc |
| Descrizione | Import your transfer templates from banks to Paysera |
| Dimensione del File | 77.21 KB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2021-02-18 |
| Data di Pubblicazione | 2021-02-17 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | code |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.paysera.lt/v2/en-LT/index |
| URL della Pagina di Aiuto | https://www.paysera.com/v2/en/contacts |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Paysera transfer templates importer",
"description": "Import your transfer templates from banks to Paysera",
"version": "0.0.1",
"manifest_version": 2,
"icons": {
"16": ".\/assets\/images\/icon-16x16.png",
"32": ".\/assets\/images\/icon-32x32.png",
"48": ".\/assets\/images\/icon-48x48.png",
"128": ".\/assets\/images\/icon-128x128.png"
},
"background": {
"scripts": [
".\/src\/background.js"
]
},
"browser_action": {
"default_popup": "src\/templates\/popup.html"
},
"permissions": [
"activeTab",
"tabs",
"https:\/\/www.swedbank.lt\/*",
"https:\/\/swedbank.lt\/*",
"https:\/\/seb.lt\/*",
"https:\/\/www.seb.lt\/*",
"https:\/\/e.seb.lt\/*",
"https:\/\/www.e.seb.lt\/*"
]
} | |