Superfly - Relay Auto Booker

Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.

Qu'est-ce que Superfly - Relay Auto Booker ?

Superfly - Relay Auto Booker est une extension Chrome développée par https://relayautobooker.com, et sa fonction principale est "Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Superfly - Relay Auto Booker

Téléchargez les fichiers d'extension Superfly - Relay Auto Booker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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
✓  Expand 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                    

Informations de Base sur l'Extension

Nom Superfly - Relay Auto Booker Superfly - Relay Auto Booker
ID ikdalniioengaefjkpkhfcgjemdfhpfg
URL Officiel https://chromewebstore.google.com/detail/superfly-relay-auto-booke/ikdalniioengaefjkpkhfcgjemdfhpfg
Description Automate your daily workflow on Amazon Relay Dashboard by auto refreshing & auto booking the loads.
Taille du Fichier 238 KB
Nombre d'Installations 941
Version Actuelle 6.0.11
Dernière Mise à Jour 2022-04-18
Date de Publication 2020-06-18
Évaluation 3.13/5 Total 15 Évaluations
Développeur https://relayautobooker.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://relayautobooker.com/
URL de la Page d'Aide https://relayautobooker.com/#/?id=faq
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Superfly - Relay Auto Booker",
    "short_name": "Superfly",
    "version": "6.0.11",
    "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgPihvXJEGxGRN+x9t8Sh0pUnu8F0RShl5UO7IRCGIwaS1IHUnJbs4A27Jnp\/TUiwjHhyvTPxvUeQbeyRX5TRO12Y1awOVfUlwhDamxDaolFARu\/2\/D9KvBZohZ04oOZUmpStsDCVHXLU2FvkA9bL1SNYYYtPPfhdDdfgydwKwCQVvG8+ZnmSIvtTFa0QSrzuTAYasWUW71L4D6RvB\/Tj5g9Qz4FGMli2wU\/wOe04NBAuoJe8K702qw1fMCWvgH07VbvYqo6YYaBdGt0BDS3NxCE6GKKnEzBGyq3n95FA67ngBeibUSxrrcRZiuJkElTfVLA2sInjDWNVWiAgd0e1aQIDAQAB",
    "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
}