Paypal Printer for Activities's detail

Print all pages Paypal-history and all Activity-details just with ONE click

Paypal Printer for Activities's detail란 무엇입니까?

Paypal Printer for Activities's detail은(는) pp.printer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print all pages Paypal-history and all Activity-details just with ONE click"입니다.

Paypal Printer for Activities's detail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PaypalPrinter.com is the simplest tool available to print your PayPal Activities! Install on Chrome or Firefox browser, find suitable filter period and print all your orders by only just with ONE click. Hundreds of busineses are already using PaypalPrinter to print their packing slips, address labels, and invoices.                    

확장 프로그램 기본 정보

이름 Paypal Printer for Activities's detail Paypal Printer for Activities's detail
ID lmmfkhmbhoogemembggncnhhbdnbdmpg
공식 URL https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg
설명 Print all pages Paypal-history and all Activity-details just with ONE click
파일 크기 72.63 KB
설치 횟수 23
현재 버전 2.2.1
최근 업데이트 2016-09-09
출시 날짜 2016-09-09
평점 3.00/5 총 2 개의 평점
개발자 pp.printer.com
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paypal Printer for Activities's detail",
    "description": "Print all pages Paypal-history and all Activity-details just with ONE click",
    "version": "2.2.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.paypal.com\/*",
                "https:\/\/*.sandbox.paypal.com\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "functions.js",
                "define.js",
                "do_next_page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.ordersprinter.com\/*",
        "*:\/\/*.paypal.com\/*",
        "*:\/\/*.sandbox.paypal.com\/*",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}