Rocket Relay Post Truck Manager

Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)

Rocket Relay Post Truck Manager là gì?

Rocket Relay Post Truck Manager là một tiện ích mở rộng Chrome được phát triển bởi https://relaypatmanager.com, và tính năng chính của nó là "Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rocket Relay Post Truck Manager

Tải xuống các tệp mở rộng Rocket Relay Post Truck Manager 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

                        The Rocket Relay Post Truck Manager (PAT Manager) designed to make it easy for you to create truck orders and manage them on the Amazon Relay. 
Compatible with PC Chrome and Android (using Kiwi browser). NEW October 2023 UPDATE! Works with new Loadboard and Post Truck page.

With its easy-to-use interface and powerful features, you can:
✔ Quickly and easily create truck order with the exact same details as the trip on the Loadboard page, assign a driver and set your price;
✔ Instantly book trips from Loadboard using Post-a-Truck feature (even if you have booking limit on Amazon Relay Loadboard page);
✔ Manage your orders in bulk, with options to delete, move, or duplicate orders;
✔ Works seamlessly with any refresher or auto booker. 

To use the extension on the Loadboard page, you can simply set the price for a truck order and click "Post a truck" and "Confirm." The extension will create an order with the exact same details as the trip you want to post, and the trip will be booked immediately if the price is the same as the payout offered by Amazon Relay. You also have the option to set a higher price and wait for the payout to increase before booking the trip.

On the Post a Truck page, you can use the extension to delete orders in bulk, change the start or end time for orders in bulk, change the start and end time for orders in bulk, or clone orders in bulk. These features can save you time and make it easier to manage your orders on Amazon Relay.

Download the extension now from the Chrome Store and see how it can benefit your business on the Amazon Relay Loadboard.

To get started, we offer a 7-day free trial. After the trial, pricing is $39.99/month, with the option to cancel your subscription online anytime. Payment is securely processed through Stripe.com, a PCI Service Provider Level 1. 
If you need support, don't hesitate to contact us at [email protected], and be sure to share your experience with us. For updates, news, and FAQ, visit https://relaypatmanager.com                    

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

Tên Rocket Relay Post Truck Manager Rocket Relay Post Truck Manager
ID pmlcbfihajkjdoaaocpphopbahfldcai
URL Chính Thức https://chromewebstore.google.com/detail/rocket-relay-post-truck-m/pmlcbfihajkjdoaaocpphopbahfldcai
Mô tả Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)
Kích Thước Tệp 833 KB
Số Lần Cài Đặt 707
Phiên Bản Hiện Tại 2.91
Cập Nhật Lần Cuối 2023-10-08
Ngày Phát Hành 2021-10-29
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://relaypatmanager.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://relaypatmanager.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.91",
    "name": "Rocket Relay Post Truck Manager",
    "description": "Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Rocket Relay PAT Manager"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.cz\/*",
                "https:\/\/relay.amazon.co.jp\/*",
                "https:\/\/relaypatmanager.com\/login\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "src\/pages\/loadSearch\/index.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/css\/loadSearchStyle.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/tours\/loadboard*",
                "https:\/\/*\/loadboard*",
                "https:\/\/*\/tours\/*"
            ],
            "js": [
                "src\/pages\/fetch_start\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "src\/pages\/fetch\/index.js"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.cz\/*",
                "https:\/\/relay.amazon.co.jp\/*",
                "https:\/\/relaypatmanager.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo4nqNDrIXoccIQ6dhrBZ2cwTgt6ec56wZEhvpQBYPA5dbtcTUJA0SsEXtxNQ74ayjUIXJJgn+R+D7keckg9MxSRnkWmxaFIVjZJI79zXtoaDE\/vnl1VmUlmO3YdxjyTSOro0MqpvkSke+pobeNkvmY7p9KfhNrFkxVmsTHUIVzfmNoEEsmYaliHPGYB6wyFkSkvlWt3yblU4E2tWg8ph8MVLRmlj+11EYMde8\/Ff5Mx4BRjiCC2AjmPxylbLmCdAtimRW+WP4hu37j8fdT1ycAGM9AMJDb7DxbpsNrI+i8drb5Z5ftvijJ4Mkg3a6f7ZpixZBc7CchcJFO7wKTQ\/ewIDAQAB"
}