Gill Auto Refresher (Amazon Relay)
Website: https://gillautobooker.vercel.app/ Are you looking for a hassle-free way to book loads on Amazon Relay? Look no further!…
Gill Auto Refresher (Amazon Relay)คืออะไร?
Gill Auto Refresher (Amazon Relay) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GillAutoBooker และคุณลักษณะหลักของมันคือ "Website: https://gillautobooker.vercel.app/ Are you looking for a hassle-free way to book loads on Amazon Relay? Look no further!…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gill Auto Refresher (Amazon Relay)
ดาวน์โหลดไฟล์ส่วนขยาย Gill Auto Refresher (Amazon Relay) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Website: https://gillautobooker.vercel.app/ Are you looking for a hassle-free way to book loads on Amazon Relay? Look no further! Gill Auto Refresher is here to make your life easier. It can automatically book loads for you. With Gill Auto Refresher, you can easily book loads with just one click. No more manually searching for available loads and completing tedious paperwork – our autobooker does it all for you. Simply enter your load preferences and let our tool handle the rest. Not only does our autobooker save you time and effort, it also helps you secure the best loads for your business. Our tool constantly searches for the most lucrative and convenient loads for you, ensuring that you get the most value for your time and resources. Don't miss out on this opportunity to streamline your load booking process and maximize your profits. Try our autobooker today and see the difference it can make for your business. Your payments are protected by Stripe Features: - Autobooker (Automatically books loads) - Able to Include and Exclude Cities - Available on Android - Auto refreshing with adjustable frequency. - Fast Book (1-click book) - Randomizer ( Acts as a human) - Price increase detection - Professional Design - Pleasant Audio notification - Moves new load to the top - Safest Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | alcjifjmdhabjiegjfcboffbfhplbdal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gill-auto-refresher-amazo/alcjifjmdhabjiegjfcboffbfhplbdal |
คำอธิบาย | Website: https://gillautobooker.vercel.app/ Are you looking for a hassle-free way to book loads on Amazon Relay? Look no further!… |
ขนาดไฟล์ | 343 KB |
จำนวนการติดตั้ง | 237 |
เวอร์ชันปัจจุบัน | 34.0 |
อัปเดตครั้งล่าสุด | 2023-10-04 |
วันที่เผยแพร่ | 2020-07-22 |
คะแนน | 3.58/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | GillAutoBooker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gillautobooker.vercel.app/ |
URL หน้าช่วยเหลือ | https://gillautobooker.vercel.app/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gill Auto Refresher (Amazon Relay)", "version": "34.0", "content_scripts": [ { "matches": [ "https:\/\/relay.amazon.com\/loadboard\/search\/*", "https:\/\/relay.amazon.ca\/loadboard\/search\/*" ], "js": [ "jquery-3.6.0.js", "content.js", "ExtPay.js" ], "css": [ "content.css" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "\/Sounds\/successbook.mp3", "\/Sounds\/gora_sound.mp3" ], "matches": [ "https:\/\/relay.amazon.com\/*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |