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'" } |