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文件

下載Smart Relay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}