Relay Auto-Refresher
Reinvent the Amazon Relay load board with Relay Auto-Refresher
Relay Auto-Refresherคืออะไร?
Relay Auto-Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hvnidea.com และคุณลักษณะหลักของมันคือ "Reinvent the Amazon Relay load board with Relay Auto-Refresher"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Relay Auto-Refresher
ดาวน์โหลดไฟล์ส่วนขยาย Relay Auto-Refresher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** Compatible with the latest version of the RLB *** Be ahead of the game! With this Google Chrome extension you will be able to see MORE LOADS and book them FASTER! Relay Auto Refresh will refresh the load board for you, along with sound notification when a new load hits the board. NOTE: Extension works on an active TAB! (for more info contact us). Features: - Auto updating/refreshing the load board (with adjustable frequency). - Setting frequency range to refresh the board with random delays within the range. - Function to book loads with one click (CLICK TO BOOK). - Detection when a rate of a load increases by $50 or more. - 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. - Placing highlighted loads at the top. - Auto expansion of the first highlighted load. Refreshing can be started or stopped by using " ` " key on your keyboard (key is located right below the ESC key and right above the TAB key, ~). Great news for Android device users, now you can use it on mobile device, here is how: https://www.youtube.com/watch?v=FpucEKVBYrM
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Relay Auto-Refresher |
ID | eflagadlhcmjjomjjdipdfgjemijjnpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/relay-auto-refresher/eflagadlhcmjjomjjdipdfgjemijjnpe |
คำอธิบาย | Reinvent the Amazon Relay load board with Relay Auto-Refresher |
ขนาดไฟล์ | 340 KB |
จำนวนการติดตั้ง | 6,986 |
เวอร์ชันปัจจุบัน | 15.2 |
อัปเดตครั้งล่าสุด | 2024-02-24 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 3.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://hvnidea.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://hvnidea.com/relayAutoRefresher/ |
URL หน้านโยบายความเป็นส่วนตัว | https://hvnidea.com/relayAutoRefresher |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Relay Auto-Refresher", "version": "15.2", "short_name": "Relay Auto-Refresher", "description": "Reinvent the Amazon Relay load board with Relay Auto-Refresher", "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdn.firebase.com https:\/\/js.stripe.com https:\/\/apis.google.com; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjo94CPP8ni\/FLzdt1F2o8UmbZ460KIcSBOToTTiUv3nlfIa5Ws5Jm5PoInnnVS+Gsk1Ciq\/GbjzrCx65ayYZNhTGX+BCffXZaeapkZK1exi96cwXtzclUBHTIu9pYp87ZddIwWy\/p9TP\/Pl1aQ5yKrRccpE9T6MC1X6rg8NOoOgLymxMfFZiYYLt3AjqX\/SuogAJ1ymHooFEKQHC4kxOLkH0L3vNvcPI+DDqbIpvzX7wk+IjASyx\/Qa8lZqoGQnWdpvTqKQvLDrzxlsInkZTIIxljd9VZjiG0TfdhgXThSguXOt9MtH\/+\/2daEEmaelDhqBFbIP3+G\/qyjPBXhtEQIDAQAB", "icons": { "16": ".\/src\/icons\/icon16.png", "48": ".\/src\/icons\/icon48.png", "128": ".\/src\/icons\/icon128.png" }, "permissions": [ "identity", "tabs", "storage", "webRequest", "webRequestBlocking", "https:\/\/relay.amazon.com\/api\/loadboard\/similar", "https:\/\/relay.amazon.de\/api\/loadboard\/similar", "https:\/\/relay.amazon.co.uk\/api\/loadboard\/similar" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/tours\/loadboard*", "http:\/\/*\/tours\/loadboard*", "https:\/\/*\/loadboard*", "http:\/\/*\/loadboard*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "src\/assets\/onBtn.png", "src\/assets\/onBtn2.png", "src\/assets\/offBtn.png", "src\/assets\/n.mp3", "src\/assets\/loading.png", "src\/assets\/loadboard.gif", "src\/assets\/screenshot.jpg" ] } |