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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |