FlashRelay

Lightning fast relay loadboard autobooker and refresher

FlashRelay란 무엇입니까?

FlashRelay은(는) https://flashrelay.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightning fast relay loadboard autobooker and refresher"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FlashRelay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Flash Relay Auto Booker helps book Amazon loads by automatically searching the Amazon Load Board, 24/7.

Flash Relay is an Amazon Relay Load Board automatization tool. It keeps on refreshing and searching for the best paying loads on the relay.amazon.com website. The extension automatically books the desired load before your competitors even see the loads on their computer screens.

Its built-in randomizer feature adjusts Flash Relay refresh rate to mirror a human dispatcher.

Some of the criteria you may modify to fit your needs:
- Refresher and adjustable randomizer
- Gross payout and Per mile rate
- Book Only From selected state, city, zip code, or warehouse
- Exclude undesirable states, cities, zip codes, and Amazon warehouses
- Select the number of stops
- Sound alert on every newly posted Amazon loads
- Exclude recovery loads
- Notification to your smartphone by connecting it to Telegram
And more…

Log in to your Amazon Relay load board, set up your Flash Relay, and take a break. Flash Relay will automatically refresh the page, highlight or autobook the loads you want, and immediately notify you via Telegram_bot.

To learn more, visit https://bit.ly/3DMOVek or contact us via telegram t.me/flashrelay

*Flash Relay is not affiliated with or endorsed by Amazon.com LLC or its affiliates.

#auto-booker #amazon #autobooker #trucking #logistics                    

확장 프로그램 기본 정보

이름 FlashRelay FlashRelay
ID cgcjclokkhcphcmchgnflcbnikdpiedg
공식 URL https://chromewebstore.google.com/detail/flashrelay/cgcjclokkhcphcmchgnflcbnikdpiedg
설명 Lightning fast relay loadboard autobooker and refresher
파일 크기 677 KB
설치 횟수 413
현재 버전 2023.11.0
최근 업데이트 2023-11-07
출시 날짜 2021-11-22
평점 4.78/5 총 23 개의 평점
개발자 https://flashrelay.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://flashrelay.io
개인정보 보호 정책 페이지 URL https://flashrelay.io/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlashRelay",
    "manifest_version": 3,
    "short_name": "flashrelay",
    "version": "2023.11.0",
    "author": "Flashrelay",
    "description": "Lightning fast relay loadboard autobooker and refresher",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "background",
        "unlimitedStorage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.flashrelay.io\/*",
        "*:\/\/mock.gg\/*",
        "*:\/\/flash-stat-db7pn.ondigitalocean.app\/*",
        "*:\/\/relay.amazon.com\/*",
        "*:\/\/relay.amazon.co.uk\/*",
        "*:\/\/relay.amazon.it\/*",
        "*:\/\/relay.amazon.fr\/*",
        "*:\/\/relay.amazon.de\/*",
        "*:\/\/relay.amazon.es\/*",
        "*:\/\/relay.amazon.pl\/*",
        "*:\/\/relay.amazon.cz\/*",
        "*:\/\/relay.amazon.ca\/*",
        "*:\/\/relay.amazon.in\/*",
        "*:\/\/relay.amazon.co.js\/*",
        "*:\/\/listener-wa.logz.io\/*",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/relaybooking.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/roborelay.io\/*",
                "*:\/\/mock.gg\/*",
                "*:\/\/relay.amazon.com\/*",
                "*:\/\/relay.amazon.co.uk\/*",
                "*:\/\/relay.amazon.it\/*",
                "*:\/\/relay.amazon.fr\/*",
                "*:\/\/relay.amazon.de\/*",
                "*:\/\/relay.amazon.es\/*",
                "*:\/\/relay.amazon.pl\/*",
                "*:\/\/relay.amazon.cz\/*",
                "*:\/\/relay.amazon.ca\/*",
                "*:\/\/relay.amazon.in\/*",
                "*:\/\/relay.amazon.co.js\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/relaybooking.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/content-style.css"
            ],
            "runAt": "document_start"
        }
    ],
    "action": {
        "default_title": "FLASHRELAY",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sounds\/*.mp3",
                "get.js"
            ],
            "matches": [
                "*:\/\/roborelay.io\/*",
                "*:\/\/mock.gg\/*",
                "*:\/\/relay.amazon.com\/*",
                "*:\/\/relay.amazon.co.uk\/*",
                "*:\/\/relay.amazon.it\/*",
                "*:\/\/relay.amazon.fr\/*",
                "*:\/\/relay.amazon.de\/*",
                "*:\/\/relay.amazon.es\/*",
                "*:\/\/relay.amazon.pl\/*",
                "*:\/\/relay.amazon.cz\/*",
                "*:\/\/relay.amazon.ca\/*",
                "*:\/\/relay.amazon.in\/*",
                "*:\/\/relay.amazon.co.js\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/relaybooking.com\/*"
            ]
        }
    ]
}