Superfly - Relay Auto Booker
Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.
Superfly - Relay Auto Booker là gì?
Superfly - Relay Auto Booker là một tiện ích mở rộng Chrome được phát triển bởi https://relayautobooker.com, và tính năng chính của nó là "Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Superfly - Relay Auto Booker
Tải xuống các tệp mở rộng Superfly - Relay Auto Booker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads. Helps you get best possible deals by auto refreshing the load board. Also, can be configured to auto book loads based on the set filters. Boost your productivity by automating mundane tasks of refreshing the browser. Let the extension do the work for you. == Features == ✓ Android OS support (Phones, Tablets, etc...) ✓ Auto book loads based on set filters ✓ Price increase detector ✓ Book loads on price increase ✓ Set maximum allowed stops ✓ 1-Click book for quick booking ✓ Blazing fast auto refresh ✓ Highlight newly added loads ✓ Sound notifications when new load is booked or appeared on the board * ✓ Visual notifications ✓ User friendly interface ✓ Keyboard shortcuts (" ` " key can start and stop the refresher) Please refer to product website for more information and FAQ's (www.relayautobooker.com). == Disclaimer == * We are not responsible for reliability of relay.amazon.com. * Extension only works on an Active Tab. * By installing the extension, you agree on the terms of service https://relayautobooker.com/#/?id=privacy-policy * Please refresh the browser once you add the extension. Please contact us for more information. 📨 [email protected] 📰 https://t.me/relayautobooker 🌎 relayautobooker.com This version is intended for European Union Europe 🇪🇺 users.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Superfly - Relay Auto Booker |
ID | gahpnncpgbgnnoaalbhagfcadpgcdmdi |
URL Chính Thức | https://chromewebstore.google.com/detail/superfly-relay-auto-booke/gahpnncpgbgnnoaalbhagfcadpgcdmdi |
Mô tả | Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads. |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 7.0.1 |
Cập Nhật Lần Cuối | 2021-10-08 |
Ngày Phát Hành | 2021-04-18 |
Nhà Phát Triển | https://relayautobooker.com |
[email protected] | |
Loại Thanh Toán | in_app |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Superfly - Relay Auto Booker", "short_name": "Superfly", "version": "7.0.1", "description": "Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.", "permissions": [ "identity", "https:\/\/www.googleapis.com\/", "declarativeContent" ], "oauth2": { "client_id": "619769038840-ih9e5vn48j7e2r7fakrsorhteri7rgmm.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjvEy+nLLUKPMIYKeSFPJ\/hw\/uqeI\/p22V1mJR1KvxV7uOPWQ\/srVO7rvlF5m+qdykCPFTiCC71d+jMGSmBkNgrY\/OvsTQ7udFRx36t2AGTmveZMTQQqsD60gmXaYG5cVQQWTmvSOV7JW4uAICmrrePG7uhrEQCJUjXKAEQ3lt3zSYr\/4iZW2sZltPeQ\/nMm2m5njISIBp+7oLtcM1Jn33P6oKigZH0JD0rckN9CsQ5v+yvgj6vlwfGUdmrkFGPoj84Nq9TJph3qmocOkf8XKGGnE0QwdW7qXrhUuvaXFuujaN6\/dW5YT1VZK+zqOdpNQlnXY3quPoGhrXMnEXif86wIDAQAB", "content_scripts": [ { "matches": [ "https:\/\/relay.amazon.com\/*", "https:\/\/relay.amazon.co.uk\/*", "https:\/\/relay.amazon.it\/*", "https:\/\/relay.amazon.fr\/*", "https:\/\/relay.amazon.de\/*", "https:\/\/relay.amazon.in\/*", "https:\/\/relay.amazon.es\/*", "https:\/\/relay.amazon.co.jp\/*" ], "js": [ "jquery-3.4.1.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Superfly - Relay Extension", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "just-saying.mp3", "ka-ching.mp3", "when.mp3" ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |