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