PucaPrint

Printing tool for Puca Trade

PucaPrintคืออะไร?

PucaPrint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tugbucket และคุณลักษณะหลักของมันคือ "Printing tool for Puca Trade"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PucaPrint

ดาวน์โหลดไฟล์ส่วนขยาย PucaPrint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PucaPrint allows you, the trader, to be able to address envelopes, print a trade checklist and print labels for trades you make on Puca Trade. Before you could hover, highlight, copy, paste and then print. Now, with PucaPrint, you can hover, click and print.

Basic version includes:
✓ The ability to print the address of the recipient with just a few quick clicks. 

Upgrade version includes:
✓ The ability to add your return address as well as the recipient address for printing envelops.
✓ The ability to customize your return address or leave it off completely.
✓ The ability to print off a checklist of all your out going cards sorted by recipient. 
✓ Access to all future updates. 

Notes:
* This extension is designed to only work on the https://pucatrade.com/trades/active page of Puca Trade.
* You will more than likely have to set your print margins to either "None" or "Custom" when print, especially multiple pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PucaPrint PucaPrint
ID elapcdkefppjhplknikfalhpfcfdillb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pucaprint/elapcdkefppjhplknikfalhpfcfdillb
คำอธิบาย Printing tool for Puca Trade
ขนาดไฟล์ 26.16 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2015-12-23
วันที่เผยแพร่ 2015-12-23
ผู้พัฒนา tugbucket
ประเภทการชำระเงิน in_store
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PucaPrint",
    "version": "1.1.5",
    "description": "Printing tool for Puca Trade",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "773769396140-v5heqq5v6daqnt48oc0kjmgh84pnf6l0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "event.js"
            ],
            "css": [
                "pucaprint.css"
            ],
            "matches": [
                "*:\/\/pucatrade.com\/trades\/active",
                "*:\/\/pucatrade.com\/account\/edit"
            ]
        }
    ],
    "web_accessible_resources": [
        "pucaprint.js",
        "pucaprint.css"
    ]
}