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)은(는) GillAutoBooker에 의해 개발된 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 (Amazon Relay) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |