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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pp.printer.com, και η κύρια λειτουργία του είναι "Print all pages Paypal-history and all Activity-details just with ONE click".
Λήψη αρχείου CRX της επέκτασης Paypal Printer for Activities's detail
Λήψη αρχείων επέκτασης Paypal Printer for Activities's detail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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'" } |