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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Relay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}