Paypal Printer for Activities's detail

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

Was ist Paypal Printer for Activities's detail?

Paypal Printer for Activities's detail ist eine Chrome-Erweiterung, die von pp.printer.com entwickelt wurde, und ihr Hauptmerkmal ist "Print all pages Paypal-history and all Activity-details just with ONE click".

Paypal Printer for Activities's detail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paypal Printer for Activities's detail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Paypal Printer for Activities's detail Paypal Printer for Activities's detail
ID lmmfkhmbhoogemembggncnhhbdnbdmpg
Offizielle URL https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg
Beschreibung Print all pages Paypal-history and all Activity-details just with ONE click
Dateigröße 72.63 KB
Installationsanzahl 23
Aktuelle Version 2.2.1
Letztes Update 2016-09-09
Veröffentlichungsdatum 2016-09-09
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler pp.printer.com
Zahlungsart in_app
Unterstützte Sprachen 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'"
}