Rocket Relay Post Truck Manager

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

ما هو Rocket Relay Post Truck Manager؟

Rocket Relay Post Truck Manager هو إضافة Chrome تم تطويرها بواسطة https://relaypatmanager.com، والميزة الرئيسية لها هي "Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rocket Relay Post Truck Manager

قم بتنزيل ملفات الامتداد Rocket Relay Post Truck Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Rocket Relay Post Truck Manager Rocket Relay Post Truck Manager
ID pmlcbfihajkjdoaaocpphopbahfldcai
عنوان URL الرسمي https://chromewebstore.google.com/detail/rocket-relay-post-truck-m/pmlcbfihajkjdoaaocpphopbahfldcai
الوصف Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)
حجم الملف 833 KB
عدد التثبيتات 707
النسخة الحالية 2.91
آخر تحديث 2023-10-08
تاريخ النشر 2021-10-29
تقييم 4.40/5 مجموع تقييمات 5
المطور https://relaypatmanager.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://relaypatmanager.com/privacy.html
اللغات المدعومة 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"
}