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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smartrelaydevelopers, και η κύρια λειτουργία του είναι "Smart Relay - extension that will refresh the load board for you, along with sound notification when a new load hits the board.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart Relay
Λήψη αρχείων επέκτασης 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 |
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" ] } ] } |