Rollo Label Converter for Thermal Printers

Convert labels from popular websites to formats suitable for thermal printers.

Rollo Label Converter for Thermal Printers là gì?

Rollo Label Converter for Thermal Printers là một tiện ích mở rộng Chrome được phát triển bởi http://rollo.com, và tính năng chính của nó là "Convert labels from popular websites to formats suitable for thermal printers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rollo Label Converter for Thermal Printers

Tải xuống các tệp mở rộng Rollo Label Converter for Thermal Printers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Rollo's Chrome Extension provides an easy way to print your labels from Fedex.com

Extension will convert the 8.5 x 11 size labels by adding a button called "Rollo Labels" - this will convert that label to thermal printer friendly size in one click. 

Service is provided for free. You would just need a Rollo account (also free).

For all other shipping labels such as UPS, USPS and marketplaces such as eBay, Etsy, Shopify, Amazon, please use Rollo Ship Manager and not this extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rollo Label Converter for Thermal Printers Rollo Label Converter for Thermal Printers
ID kfkemdeiaiffkkledmaobnpgngconfld
URL Chính Thức https://chrome.google.com/webstore/detail/rollo-label-converter-for/kfkemdeiaiffkkledmaobnpgngconfld
Mô tả Convert labels from popular websites to formats suitable for thermal printers.
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 37,909
Phiên Bản Hiện Tại 2.9.4
Cập Nhật Lần Cuối 2022-05-12
Ngày Phát Hành 2020-07-01
Đánh Giá 1.89/5 Tổng số 53 Đánh Giá
Nhà Phát Triển http://rollo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.rollo.com
URL Trang Trợ Giúp http://support.rolloprinter.com/support/solutions/folders/29000055560
URL Trang Chính Sách Bảo Mật https://www.rollo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rollo Label Converter for Thermal Printers",
    "description": "Convert labels from popular websites to formats suitable for thermal printers.",
    "version": "2.9.4",
    "author": "Rollo",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "48_black.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                ".\/js\/jquery\/jquery.min.js",
                ".\/helpers\/errors.js",
                ".\/controllers\/amazon\/amazon-modal.js",
                ".\/controllers\/amazon\/tooltip-please-login.js",
                ".\/controllers\/amazon\/fnsku-scanner.js",
                ".\/controllers\/amazon\/sku-scanner.js",
                ".\/controllers\/amazon\/pallet-scanner.js",
                ".\/controllers\/amazon\/box-scanner.js",
                ".\/controllers\/amazon\/item-scanner.js",
                ".\/controllers\/amazon\/return-scanner.js",
                ".\/controllers\/amazon\/amazon-scanner.js"
            ]
        },
        {
            "matches": [
                "https:\/\/cns.usps.com\/*"
            ],
            "js": [
                ".\/helpers\/errors.js",
                ".\/helpers\/tooltip-please-login.js",
                ".\/controllers\/usps\/usps-modal.js",
                ".\/controllers\/usps\/inject-checkout-button-file.js",
                ".\/controllers\/usps\/inject-detail-button-file.js",
                ".\/controllers\/usps\/inject-history-button-file.js",
                ".\/controllers\/usps\/download-file.js",
                ".\/controllers\/usps\/usps-scanner.js",
                ".\/helpers\/ship-manager-notification.js"
            ],
            "css": [
                ".\/controllers\/usps\/usps.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ups.com\/*"
            ],
            "js": [
                ".\/helpers\/errors.js",
                ".\/controllers\/ups\/main\/ups-modal.js",
                ".\/controllers\/ups\/main\/ups-scanner.js",
                ".\/helpers\/ship-manager-notification.js"
            ],
            "css": [
                ".\/controllers\/ups\/ups.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.campusship.ups.com\/*"
            ],
            "js": [
                ".\/helpers\/errors.js",
                ".\/controllers\/ups\/campus-ship\/campus-ship-modal.js",
                ".\/controllers\/ups\/campus-ship\/campus-ship-scanner.js",
                ".\/helpers\/ship-manager-notification.js"
            ],
            "css": [
                ".\/controllers\/ups\/ups.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fedex.com\/*"
            ],
            "js": [
                ".\/helpers\/errors.js",
                ".\/helpers\/tooltip-please-login.js",
                ".\/controllers\/fedex\/fedex-modal.js",
                ".\/controllers\/fedex\/fedex-scanner.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ebay.com\/*"
            ],
            "js": [
                ".\/helpers\/errors.js",
                ".\/helpers\/tooltip-please-login.js",
                ".\/controllers\/ebay\/ebay-modal.js",
                ".\/controllers\/ebay\/ebay-scanner.js",
                ".\/helpers\/ship-manager-notification.js"
            ],
            "css": [
                ".\/controllers\/ebay\/ebay.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.shopify.com\/*"
            ],
            "js": [
                ".\/helpers\/ship-manager-notification.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ],
            "js": [
                ".\/helpers\/ship-manager-notification.js"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "notifications",
        "activeTab",
        "cookies",
        "https:\/\/chrome.rollo.com\/*",
        "https:\/\/www.rollo.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.usps.com\/*",
        "https:\/\/www.ups.com\/*",
        "https:\/\/*.ups.com\/*",
        "https:\/\/www.campusship.ups.com\/*",
        "https:\/\/www.fedex.com\/*",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.stamps.com\/*",
        "https:\/\/*.shopify.com\/*",
        "https:\/\/*.paypal.com\/*",
        "https:\/\/*.shipworks.com\/*",
        "https:\/\/*.endicia.com\/*",
        "https:\/\/*.etsy.com\/*",
        "https:\/\/*.shipstation.com\/*",
        "https:\/\/*.shippingeasy.com\/*",
        "https:\/\/*.bigcommerce.com\/*",
        "https:\/\/*.sellbrite.com\/*",
        "https:\/\/*.poshmark.com\/*",
        "https:\/\/*.goshippo.com\/*"
    ]
}