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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}