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!

Что такое DAT & Relay ToolKit?

DAT & Relay ToolKit - это расширение Chrome, разработанное https://darelay.uz, и его основная функция - "Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения DAT & Relay ToolKit

Скачайте файлы расширений DAT & Relay ToolKit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название DAT & Relay ToolKit DAT & Relay ToolKit
ID cffcmfifhkagfoocoimmcaipbmimdjpn
Официальный URL https://chromewebstore.google.com/detail/dat-relay-toolkit/cffcmfifhkagfoocoimmcaipbmimdjpn
Описание Maximize your profit on Amazon Relay and save extra money by not paying for an extra account on DAT. Cut costs, boost savings!
Размер файла 1.1 MB
Количество установок 150
Текущая Версия 5.0.0
Последнее Обновление 2023-08-05
Дата публикации 2023-03-26
Рейтинг 5.00/5 Всего 10 оценок
Разработчик https://darelay.uz
Электронная почта [email protected]
Тип оплаты in_app
URL страницы помощи https://t.me/datazng
URL страницы политики конфиденциальности https://darelay.uz/privacy-policy
Поддерживаемые языки 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"
}