Smart Relay

Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board.

Smart Relay란 무엇입니까?

Smart Relay은(는) smartrelaydevelopers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads. Smart Relay will refresh the load board for you, along with sound notification when a new load hits the board.

Features:
     - Auto updating/refreshing the load board (with adjustable frequency).
     - Function to book loads with one click (CLICK TO BOOK).
     - Detection when a rate of a load increases by $50 or more.
     - Filter to select load's staring time.
     - Pleasant Audio notification to indicate new load on the board.
     - Function to help to find the right Chrome Window (Visual Notification)
     - Highlighting all newly added loads.

=====BEST PRICE=====
Do not loose your opportunity and get best lifetime price 9.9$ per month. Proposal is limited only to 100 first users!                    

확장 프로그램 기본 정보

이름 Smart Relay Smart Relay
ID fcpojoofllndponpgollaphblcgooomd
공식 URL https://chromewebstore.google.com/detail/smart-relay/fcpojoofllndponpgollaphblcgooomd
설명 Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board.
파일 크기 27.06 KB
설치 횟수 41
현재 버전 1.0
최근 업데이트 2020-07-14
출시 날짜 2020-07-14
개발자 smartrelaydevelopers
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Relay",
    "version": "1.0",
    "description": "Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/relay.amazon.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/relay.amazon.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}