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是由pp.printer.com开发的Chrome扩展程序,该扩展的主要功能是“Print all pages Paypal-history and all Activity-details just with ONE click”。
下载Paypal Printer for Activities's detail扩展crx文件
下载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'" } |