DAT & Relay ToolKit

Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!

Was ist DAT & Relay ToolKit?

DAT & Relay ToolKit ist eine Chrome-Erweiterung, die von https://darelay.uz entwickelt wurde, und ihr Hauptmerkmal ist "Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

DAT & Relay ToolKit-Erweiterungs-CRX-Datei herunterladen

Laden Sie DAT & Relay ToolKit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Gain a competitive edge with our revolutionary Google Chrome extension, the DAT & Relay ToolKit! Experience unparalleled efficiency and speed as you navigate the load board, leaving your competitors in the dust. This cutting-edge tool is designed to optimize your workflow, ensuring you view more loads and secure bookings faster than ever before. Stay one step ahead with our state-of-the-art features, exclusively designed for your success.

Discover the power of the DAT & Relay ToolKit:

Streamlined Load Booking: Our "Post a Truck" function empowers you to automatically secure loads at your preferred rates, saving you valuable time and effort.

Enhanced Load Management: Say goodbye to cluttered screens! Once you've selected Similar Matches, our extension intelligently filters out duplicate loads, ensuring you only see the most relevant and profitable options.

Customizable Load Refreshing: Take control of your load board updates with adjustable frequency settings. Tailor the extension to your preferences and stay up to date without any hassle.

Optimized Workflow: Set random delays for refreshing the board, ensuring your actions remain undetectable while you focus on maximizing your booking potential.

Instant Load Booking: Simplify the booking process with our convenient one-click function. Say farewell to cumbersome procedures and secure your desired loads effortlessly.

Smart Rate Alerts: Never miss out on a rate increase! Our extension alerts you whenever load rates rise by $50 or more, allowing you to seize profitable opportunities instantly.

Audio and Visual Notifications: Stay informed in real-time. Receive pleasant audio notifications for new loads, while visual indicators highlight additions on the board, instantly grabbing your attention.

Seamless User Experience: Easily locate the right Chrome window with our visual notification feature. All newly added loads are placed at the top of the board, and the first highlighted load expands automatically for your convenience.

Team Collaboration: Boost efficiency with multi-user access. Share one DAT account with up to 10-20 dispatchers simultaneously, eliminating the need for constant logging in and out.

Effortless Control: Initiate or halt load board refreshing effortlessly by pressing the "`" key on your keyboard, conveniently located below the ESC key and above the TAB key (~).

Don't miss out on the lucrative opportunities that await you. With the DAT & Relay ToolKit, you can secure the most desirable loads with ease, ensuring your business stays ahead of the competition.

Experience the power of the DAT & Relay ToolKit today for an unbeatable price:

✔ PAID SUBSCRIPTION for ONLY $24.99/month.
📢Manage your subscription online at any time from the link provided during your purchase.
📢All sales are FINAL, and no refunds will be issued.

Upgrade your load board experience with the DAT & Relay ToolKit and unlock a world of limitless possibilities. Start dominating the market today!                    

Grundlegende Informationen zur Erweiterung

Name DAT & Relay ToolKit DAT & Relay ToolKit
ID cffcmfifhkagfoocoimmcaipbmimdjpn
Offizielle URL https://chromewebstore.google.com/detail/dat-relay-toolkit/cffcmfifhkagfoocoimmcaipbmimdjpn
Beschreibung Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!
Dateigröße 1.1 MB
Installationsanzahl 150
Aktuelle Version 5.0.0
Letztes Update 2023-08-05
Veröffentlichungsdatum 2023-03-26
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://darelay.uz
E-Mail [email protected]
Zahlungsart in_app
Hilfeseite URL https://t.me/datazng
URL der Datenschutzrichtlinien-Seite https://darelay.uz/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DAT & Relay ToolKit",
    "version": "5.0.0",
    "short_name": "Darelay",
    "description": "Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ToolKit Refresher"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/tours\/*",
                "http:\/\/*\/tours\/*",
                "https:\/\/*\/loadboard*",
                "http:\/\/*\/loadboard*",
                "*:\/\/*.dat.com\/*",
                "*:\/\/relay.amazon.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/relay.amazon.com\/*"
            ],
            "js": [
                "contentScript.js",
                "src\/pages\/loadSearch\/index.js"
            ],
            "css": [
                "loadSearchStyle.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/tours\/loadboard*",
                "https:\/\/*\/loadboard*",
                "https:\/\/*\/tours\/*"
            ],
            "js": [
                "src\/pages\/fetch_start\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/relay.amazon.com\/*",
                "*:\/\/power.dat.com\/*",
                "*:\/\/one.dat.com\/*"
            ],
            "resources": [
                "content.js",
                "assets\/onBtn.png",
                "assets\/offBtn.png",
                "assets\/onBtn2.png",
                "assets\/n.mp3",
                "assets\/js\/*.js",
                "src\/pages\/fetch\/index.js",
                "src\/pages\/background\/index.js",
                "restrictedRoutes.js",
                "postTruck.js"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "declarativeContent",
        "activeTab",
        "debugger",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/relay.amazon.com\/*"
    ],
    "oauth2": {
        "client_id": "771433368498-26ss78pc1d8rf2nv5vdruvsqvik3l38p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZZwGW4kOHkWRkjJMlIWOf2q7soHOTIjlou1+Cv1SvQqcDsHiGbsoX6gihqiUsBHOT5GSB2fReKXeUwGeyUdlLXXWQEKSJhNyTST0NBhw7fXRXjVUK007e8wUq9K41Nd1N+yrhJ0zcmG2NtwTUuCe41cEiki7L5nDpt8Kp8Bd3f1rKOT4JCBu\/QT4ebKYUcD29Xqw2K8ov1oJpycJ6eKOtLI+edvuFa4KA4PLYBnKp6KDbOf70L2APRhlNkHbddXnQB7MjXrI1vxRhU5k3jbP4891g1CdpZR7wh0MoSXCS+I5syF7RkLMAATnnRLmPyCD47m3hVv7e3ggwKmSQBwGQIDAQAB"
}