Relay Auto Booker Refresher Rocket Pro

Professional Relay Auto Booker and Refresher for Amazon Relay loadboard.

Co je Relay Auto Booker Refresher Rocket Pro?

Relay Auto Booker Refresher Rocket Pro je rozšíření Chrome vyvinuté https://rocketrelaybooker.com, a jeho hlavní funkcí je „Professional Relay Auto Booker and Refresher for Amazon Relay loadboard.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Relay Auto Booker Refresher Rocket Pro

Stáhněte si soubory rozšíření Relay Auto Booker Refresher Rocket Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Welcome to Amazon Rocket Relay Refresher and Auto Booker! Our extension is designed to help you make more money, automate your bookings, and boost your productivity. Works in the US, EU, GB, CA and any country where Amazon Relay is available. NEW February 2024 UPDATE! Works with new Loadboard.

Experience the benefits of our extension with a free trial!
✔ 3 user-friendly booking modes: Alert, Search, and Auto-book
✔ Refresher (Alert mode) is FREE to use!
✔ Use Amazon's Saved Searches with Rocket Relay
✔ Extension keeps your Rocket filters filled even if the page reloads
✔ Flexible filters: Min-Max distance, Stem time, Max Departure Date & Time,  Deadhead, Locations
✔ Locations filter: whitelist or exclude locations by state, postal code, or Amazon facility code
✔ Auto-expanding feature shows all stops for highlighted trip
✔ Load type and trailer status info for each leg of the trip
✔ One-click booking feature
7-day free trial, then $49.99/month with the option to cancel online anytime

**If you use the Post truck feature on Amazon Relay, you can find our "Rocket Relay Post Truck Manager" extension on the Chrome Store. This extension can assist you in creating and editing truck orders and booking trips directly from the loadboard page. Recommended!**


Relay Auto Booker Refresher Rocket Pro:
You'll never miss a new trip or a rate change. We offer 3 user-friendly booking modes to make booking loads as easy as 123: Alert mode, Search mode, Auto-book mode.

With Alert mode, you'll get notifications when new loads are added and when the rate of a selected trip increases. 
Search mode allows you to use our advanced filters to find the best trips for you and test all filters before turning on Auto-book mode. 
In Auto-book mode, our extension will automatically book loads matching your criteria. 

Our extension also offers flexible filters such as Min-Max distance, Stem time, Max Departure Date & Time, and Deadhead. Plus, our Locations filter allows you to whitelist or exclude certain locations by state, postal code, or Amazon facility code.

We've also added a new feature that allows you to use Amazon's Saved Searches with Rocket Relay. If you use Save search, you can save Rocket settings as well. Our extension will keep your Rocket filters filled even if the page reloads. And with our auto-expanding feature, once a trip is highlighted it expands and immediately shows all stops. Plus, our auto-scroll feature makes it fast and easy to navigate to a highlighted trip.

In addition, our extension provides load type and trailer status information for each leg of the trip, so you know if a leg has an empty or loaded trailer and if it's ready or not. And with our one-click booking feature, you can book a trip with just one click once it's highlighted.

To get started, we offer a 7-day free trial. After the trial, pricing is $49.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 future tools, visit https://rocketrelaybooker.com.                    

Základní Informace o Rozšíření

Název Relay Auto Booker Refresher Rocket Pro Relay Auto Booker Refresher Rocket Pro
ID kcnegnbacaohnhpmeckfakhlnahliklf
Oficiální URL https://chromewebstore.google.com/detail/relay-auto-booker-refresh/kcnegnbacaohnhpmeckfakhlnahliklf
Popis Professional Relay Auto Booker and Refresher for Amazon Relay loadboard.
Velikost souboru 1.4 MB
Počet instalací 8,000
Aktuální Verze 5.76
Poslední Aktualizace 2024-02-15
Datum Vydání 2020-06-28
Hodnocení 3.75/5 Celkem 32 Hodnocení
Vývojář https://rocketrelaybooker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rocketrelaybooker.com/
URL Stránky Nápovědy https://rocketrelaybooker.com/#s_faq
URL Stránky Zásad Ochrany Soukromí https://rocketrelaybooker.com/privacy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.76",
    "name": "Relay Auto Booker Refresher Rocket Pro",
    "description": "Professional Relay Auto Booker and Refresher for Amazon Relay loadboard.",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Rocket Relay"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "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:\/\/rocketrelaybooker.com\/login\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "src\/pages\/loadSearch\/index.js"
            ],
            "css": [
                "assets\/css\/loadSearchStyle.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/tours\/*"
            ],
            "js": [
                "src\/pages\/tours\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/tours\/loadboard*",
                "https:\/\/*\/loadboard*",
                "https:\/\/*\/tours\/*"
            ],
            "js": [
                "src\/pages\/fetch_start\/index.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "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\/*"
            ],
            "js": [
                "src\/pages\/injectIsolated\/index.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "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\/*"
            ],
            "js": [
                "src\/pages\/injectMain\/index.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "src\/pages\/fetch\/index.js",
                "audio\/*.mp3",
                "images\/*.jpg"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*",
                "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:\/\/rocketrelaybooker.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx5Ha3QNIOf1UhcxZxpSaRe6YS+olvspyYcj0SwYoVWS7BbeKXLVOqaAxSz66N7lBaTPMnvnB9ZfmoqVhhDqACYGJdkjydFMAWPbzFP0E2QttHrH1UHoJMWHKjVz9+LKWk19B2Hk4sXuvYIsq99Uq1PRLHaItrg\/+nLB5x3crO6ZCZdjrHSRi7OnxceLcSTSzq\/OhGqCT6GZfPsbq3Z+SLPLqsZHMkTNfn2cEIrHCMZs2D7+lNm4SBVK9CW7EvPWbuJ+BMWIXAYkgmYfU8KqHWDwdTYViKkeHsJf5xv7lMhSgY57o6t6auMHOM\/M\/qbWZdnsR21LP37INk1CC27IOlwIDAQAB"
}