Paysera transfer templates importer
Import your transfer templates from banks to Paysera
What is Paysera transfer templates importer?
Paysera transfer templates importer is a Chrome extension developed by code, and its main feature is "Import your transfer templates from banks to Paysera".
Extension Screenshots
Download Paysera transfer templates importer Extension CRX File
Download Paysera transfer templates importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Paysera provides an opportunity for you to import transfer templates from the e-banking systems to your Paysera account using extension.
Extension Basic Information
Name | Paysera transfer templates importer |
ID | aanipgplcbjmbjconlfcbeaiegddebcc |
Official URL | https://chromewebstore.google.com/detail/paysera-transfer-template/aanipgplcbjmbjconlfcbeaiegddebcc |
Description | Import your transfer templates from banks to Paysera |
File Size | 77.21 KB |
Installation Count | 78 |
Current Version | 0.0.1 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | code |
[email protected] | |
Payment Type | free |
Extension Website | https://www.paysera.lt/v2/en-LT/index |
Help Page URL | https://www.paysera.com/v2/en/contacts |
Supported Languages | 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\/*" ] } |