Paypal Printer for Activities's detail

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

Qu'est-ce que Paypal Printer for Activities's detail ?

Paypal Printer for Activities's detail est une extension Chrome développée par pp.printer.com, et sa fonction principale est "Print all pages Paypal-history and all Activity-details just with ONE click".

Télécharger le fichier CRX de l'extension Paypal Printer for Activities's detail

Téléchargez les fichiers d'extension Paypal Printer for Activities's detail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Paypal Printer for Activities's detail Paypal Printer for Activities's detail
ID lmmfkhmbhoogemembggncnhhbdnbdmpg
URL Officiel https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg
Description Print all pages Paypal-history and all Activity-details just with ONE click
Taille du Fichier 72.63 KB
Nombre d'Installations 23
Version Actuelle 2.2.1
Dernière Mise à Jour 2016-09-09
Date de Publication 2016-09-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur pp.printer.com
Type de Paiement in_app
Langues Prises en Charge 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'"
}