Paypal Printer for Activities's detail

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

Cos'è Paypal Printer for Activities's detail?

Paypal Printer for Activities's detail è un'estensione di Chrome sviluppata da pp.printer.com, e la sua funzione principale è "Print all pages Paypal-history and all Activity-details just with ONE click".

Scarica il file CRX dell'estensione Paypal Printer for Activities's detail

Scarica i file di estensione Paypal Printer for Activities's detail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Paypal Printer for Activities's detail Paypal Printer for Activities's detail
ID lmmfkhmbhoogemembggncnhhbdnbdmpg
URL Ufficiale https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg
Descrizione Print all pages Paypal-history and all Activity-details just with ONE click
Dimensione del File 72.63 KB
Conteggio Installazioni 23
Versione Corrente 2.2.1
Ultimo Aggiornamento 2016-09-09
Data di Pubblicazione 2016-09-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore pp.printer.com
Tipo di Pagamento in_app
Lingue Supportate 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'"
}