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 là gì?

Paypal Printer for Activities's detail là một tiện ích mở rộng Chrome được phát triển bởi pp.printer.com, và tính năng chính của nó là "Print all pages Paypal-history and all Activity-details just with ONE click".

Tải xuống tệp CRX của tiện ích mở rộng Paypal Printer for Activities's detail

Tải xuống các tệp mở rộng Paypal Printer for Activities's detail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paypal Printer for Activities's detail Paypal Printer for Activities's detail
ID lmmfkhmbhoogemembggncnhhbdnbdmpg
URL Chính Thức https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg
Mô tả Print all pages Paypal-history and all Activity-details just with ONE click
Kích Thước Tệp 72.63 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2016-09-09
Ngày Phát Hành 2016-09-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pp.printer.com
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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'"
}