Relay Auto Booker & Refresher SwiftRelay

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

Relay Auto Booker & Refresher SwiftRelay क्या है?

Relay Auto Booker & Refresher SwiftRelay https://swiftrelay.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Relay Auto Booker & Refresher SwiftRelay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Relay Auto Booker & Refresher SwiftRelay Relay Auto Booker & Refresher SwiftRelay
ID oognmcankfkicedjeafnkffonabmbaaj
आधिकारिक URL https://chromewebstore.google.com/detail/relay-auto-booker-refresh/oognmcankfkicedjeafnkffonabmbaaj
विवरण Relay loadboard Auto Booker and Refresher, automated dispatcher load board autobooker
फ़ाइल का आकार 685 KB
स्थापना संख्या 1,617
वर्तमान संस्करण 4.2.9
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-07-01
रेटिंग 4.62/5 कुल 50 रेटिंग्स
डेवलपर https://swiftrelay.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://swiftrelay.io
गोपनीयता नीति पृष्ठ URL https://swiftrelay.io/privacy-policy
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}