Rocket Relay Post Truck Manager

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

O que é Rocket Relay Post Truck Manager?

Rocket Relay Post Truck Manager é uma extensão do Chrome desenvolvida por https://relaypatmanager.com, e sua principal característica é "Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rocket Relay Post Truck Manager

Baixe arquivos de extensão Rocket Relay Post Truck Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rocket Relay Post Truck Manager Rocket Relay Post Truck Manager
ID pmlcbfihajkjdoaaocpphopbahfldcai
URL Oficial https://chromewebstore.google.com/detail/rocket-relay-post-truck-m/pmlcbfihajkjdoaaocpphopbahfldcai
Descrição Rocket Post-a-Truck Manager for Amazon Relay Loadboard (Rocket PAT Manager)
Tamanho do Arquivo 833 KB
Contagem de Instalações 707
Versão Atual 2.91
Última Atualização 2023-10-08
Data de Publicação 2021-10-29
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor https://relaypatmanager.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://relaypatmanager.com/privacy.html
Idiomas Suportados 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"
}