Paypal Printer for Activities's detail
Print all pages Paypal-history and all Activity-details just with ONE click
O que é Paypal Printer for Activities's detail?
Paypal Printer for Activities's detail é uma extensão do Chrome desenvolvida por pp.printer.com, e sua principal característica é "Print all pages Paypal-history and all Activity-details just with ONE click".
Baixar o arquivo CRX da Extensão Paypal Printer for Activities's detail
Baixe arquivos de extensão Paypal Printer for Activities's detail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Paypal Printer for Activities's detail |
ID | lmmfkhmbhoogemembggncnhhbdnbdmpg |
URL Oficial | https://chromewebstore.google.com/detail/paypal-printer-for-activi/lmmfkhmbhoogemembggncnhhbdnbdmpg |
Descrição | Print all pages Paypal-history and all Activity-details just with ONE click |
Tamanho do Arquivo | 72.63 KB |
Contagem de Instalações | 23 |
Versão Atual | 2.2.1 |
Última Atualização | 2016-09-09 |
Data de Publicação | 2016-09-09 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | pp.printer.com |
Tipo de Pagamento | in_app |
Idiomas Suportados | 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'" } |