Paysera transfer templates importer

Import your transfer templates from banks to Paysera

什么是Paysera transfer templates importer?

Paysera transfer templates importer是由code开发的Chrome扩展程序,该扩展的主要功能是“Import your transfer templates from banks to Paysera”。

扩展截图

screenshot
screenshot

下载Paysera transfer templates importer扩展crx文件

下载Paysera transfer templates importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Paysera provides an opportunity for you to import transfer templates from the e-banking systems to your Paysera account using extension.                    

扩展基本信息

名称 Paysera transfer templates importer Paysera transfer templates importer
ID aanipgplcbjmbjconlfcbeaiegddebcc
官方URL https://chromewebstore.google.com/detail/paysera-transfer-template/aanipgplcbjmbjconlfcbeaiegddebcc
简介 Import your transfer templates from banks to Paysera
文件大小 77.21 KB
安装次数 78
当前版本 0.0.1
更新时间 2021-02-18
上架时间 2021-02-17
评分 5.00/5 共1次评分
开发者 code
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.paysera.lt/v2/en-LT/index
帮助页面URL https://www.paysera.com/v2/en/contacts
支持的语言 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\/*"
    ]
}