PayPal Fee Calculator

A most simple and beautiful PayPal fee calculator

PayPal Fee Calculator란 무엇입니까?

PayPal Fee Calculator은(는) https://zsabo.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A most simple and beautiful PayPal fee calculator"입니다.

확장 프로그램 스크린샷

screenshot

PayPal Fee Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Esta calculadora de comisiones de PayPal te permite saber con anterioridad que cantidad de dinero recibira la persona a la que estas enviando, asi evitar equivocaciones y perdida de dinero en comisiones en caso tener que enviar varias veces.                    

확장 프로그램 기본 정보

이름 PayPal Fee Calculator PayPal Fee Calculator
ID ggeedejppnnohhoamecllikpjeakkhca
공식 URL https://chromewebstore.google.com/detail/paypal-fee-calculator/ggeedejppnnohhoamecllikpjeakkhca
설명 A most simple and beautiful PayPal fee calculator
파일 크기 60.5 KB
설치 횟수 44
현재 버전 0.3.1
최근 업데이트 2021-07-25
출시 날짜 2021-05-09
평점 5.00/5 총 1 개의 평점
개발자 https://zsabo.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://paypal-fee-solid.vercel.app/
도움말 페이지 URL https://github.com/x64Bits/paypal-fee-solid/issues
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PayPal Fee Calculator",
    "version": "0.3.1",
    "description": "A most simple and beautiful PayPal fee calculator",
    "host_permissions": [
        "https:\/\/*.paypal.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "extension\/icon-16.png",
            "48": "extension\/icon-48.png",
            "128": "extension\/icon-128.png"
        },
        "default_title": "Open PayPal Fee Calculator",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "extension\/icon-16.png",
        "48": "extension\/icon-48.png",
        "128": "extension\/icon-128.png"
    },
    "author": "Ignacio Zsabo"
}