Relay Auto Booker & Refresher SwiftRelay

Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker

Cos'è Relay Auto Booker & Refresher SwiftRelay?

Relay Auto Booker & Refresher SwiftRelay è un'estensione di Chrome sviluppata da https://swiftrelay.io, e la sua funzione principale è "Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Relay Auto Booker & Refresher SwiftRelay

Scarica i file di estensione Relay Auto Booker & Refresher SwiftRelay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SwiftRelay - Amazon Relay Auto Booker & Refresher
 
SwiftRelay - multifunctional Amazon Relay Auto Booker and Auto-refresher. SwiftRelay automates booking loads on the Amazon Relay load board. 

SwiftRelay works on multiple windows and tabs and can be customized to suit your organization's needs on each tab. Take control of all aspects of auto booking, from the refresh rate speed to the ideal routes for your journeys.

Easy-to-use User Interface (UX/UI)
Modify Refresh speed in milliseconds 
Randomize refresh rate to mimic human dispatcher
Specify the total payout amount 
Per mile rate
Number of Pick-up and Drop-off Stops 
Book time range (buffer time)
Exclude States to build better routes  
Auto Book ON/OFF mode 
Works on multiple windows and multiple tabs 

For step-by-step instructions, visit our website www.swiftrelay.io                    

Informazioni di Base sull'Estensione

Nome Relay Auto Booker & Refresher SwiftRelay Relay Auto Booker & Refresher SwiftRelay
ID oognmcankfkicedjeafnkffonabmbaaj
URL Ufficiale https://chromewebstore.google.com/detail/relay-auto-booker-refresh/oognmcankfkicedjeafnkffonabmbaaj
Descrizione Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker
Dimensione del File 685 KB
Conteggio Installazioni 1,617
Versione Corrente 4.2.9
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2020-07-01
Valutazione 4.62/5 Totale 50 Valutazioni
Sviluppatore https://swiftrelay.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://swiftrelay.io
URL della Pagina della Politica sulla Privacy https://swiftrelay.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relay Auto Booker & Refresher SwiftRelay",
    "short_name": "swiftrelay",
    "version": "4.2.9",
    "description": "Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/roborelay.io\/*",
        "*:\/\/auth.swiftrelay.io\/*",
        "*:\/\/mock.gg\/*",
        "*:\/\/relaybooking.com\/*",
        "*:\/\/relay.amazon.com\/*",
        "*:\/\/relay.amazon.co.uk\/*",
        "*:\/\/relay.amazon.it\/*",
        "*:\/\/relay.amazon.fr\/*",
        "*:\/\/relay.amazon.de\/*",
        "*:\/\/relay.amazon.in\/*",
        "*:\/\/relay.amazon.es\/*",
        "*:\/\/relay.amazon.pl\/*",
        "*:\/\/relay.amazon.ca\/*",
        "*:\/\/relay.amazon.cz\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SWIFTRELAY",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/relay.amazon.com\/*",
                "*:\/\/relay.amazon.co.uk\/*",
                "*:\/\/relay.amazon.it\/*",
                "*:\/\/relay.amazon.fr\/*",
                "*:\/\/relay.amazon.de\/*",
                "*:\/\/relay.amazon.in\/*",
                "*:\/\/mock.gg\/*",
                "*:\/\/relaybooking.com\/*",
                "*:\/\/relay.amazon.es\/*",
                "*:\/\/relay.amazon.pl\/*",
                "*:\/\/relay.amazon.ca\/*",
                "*:\/\/relay.amazon.cz\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*.pbf",
                "gong.ogg",
                "error.ogg",
                "registar.js"
            ],
            "matches": [
                "*:\/\/mock.gg\/*",
                "*:\/\/relaybooking.com\/*",
                "*:\/\/relay.amazon.com\/*",
                "*:\/\/relay.amazon.co.uk\/*",
                "*:\/\/relay.amazon.it\/*",
                "*:\/\/relay.amazon.fr\/*",
                "*:\/\/relay.amazon.de\/*",
                "*:\/\/relay.amazon.in\/*",
                "*:\/\/relay.amazon.es\/*",
                "*:\/\/relay.amazon.pl\/*",
                "*:\/\/relay.amazon.cz\/*"
            ]
        }
    ]
}