Relay autobooker Cardamon

The Relay Autobooker and Autorefresher by Cardamon for the Amazon Relay load board

Τι είναι το Relay autobooker Cardamon;

Το Relay autobooker Cardamon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cardamon.org, και η κύρια λειτουργία του είναι "The Relay Autobooker and Autorefresher by Cardamon for the Amazon Relay load board".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Relay autobooker Cardamon

Λήψη αρχείων επέκτασης Relay autobooker Cardamon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get the benefit of automatically refreshing your loads list and book loads on Amazon Relay Dashboard with Amazon Relay Autobooker and Autorefresher by Cardamon!

❗ NEW in version 6.8: 
✔️ Added support for the February 2024 Load Board updates.
✔️ Added a different notification sound when auto operations are disabled.

Features:
🔸  Auto-refresh for load list based on the set filters
🔸  Customizable delay for the refresh time
🔸  Configurable auto-book and auto-confirm of the first load found
🔸  Multiple browser tab support
🔸  Visual and Audio notifications
🔸  Skipping of similar loads
🔸  The Max Stops filter
🔸  Compatible with
      relay.amazon.com
      relay.amazon.co.uk
      relay.amazon.fr
      relay.amazon.it
      relay.amazon.de
🔸  "Imitate a human's behavior" mode. Option to set Random delay (within 30% of the current delay time) for the loads list refresh. Example: the current delay is 1000ms, the refresh time will be random - from 700ms to 1000ms
🔸   The "Stop on new loads" mode
🔸   The "Stop on the Payout change" mode
🔸   "Fast Confirm buttons" mode - all "Book" buttons can be replaced by "Auto Confirm" buttons to quickly confirm the selected loads.
🔸  Different notification sound when auto operations are disabled.

Please, visit the Auto refresher / Auto booker site  🌐 https://cardamon.org/products/relay-autobooker/

Support email - [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Relay autobooker Cardamon Relay autobooker Cardamon
ID ikbhbonbdgohhiilbpbffcjgnpbpmfah
Επίσημο URL https://chromewebstore.google.com/detail/relay-autobooker-cardamon/ikbhbonbdgohhiilbpbffcjgnpbpmfah
Περιγραφή The Relay Autobooker and Autorefresher by Cardamon for the Amazon Relay load board
Μέγεθος Αρχείου 171 KB
Αριθμός Εγκαταστάσεων 1,370
Τρέχουσα Έκδοση 6.8
Τελευταία Ενημέρωση 2024-02-20
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 2.90/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://cardamon.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cardamon.org/products/relay-autobooker/
URL της Σελίδας Πολιτικής Απορρήτου https://cardamon.org/policy-booker/privacy-policy-booker.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relay autobooker Cardamon",
    "description": "The Relay Autobooker and Autorefresher by Cardamon for the Amazon Relay load board",
    "version": "6.8",
    "author": "Cardamon",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Book loads for chrome extension"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.co.jp\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.cz\/*"
            ]
        },
        {
            "js": [
                "loadpage.js"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.jp\/*",
                "https:\/\/relay.amazon.in\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.pl\/*",
                "https:\/\/relay.amazon.cz\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "findbook.js",
        "\/alert.mp3",
        "\/newloadsfound.mp3",
        "\/noautooperations.mp3"
    ],
    "oauth2": {
        "client_id": "170050362003-egcc849l08bc7485hu6fg8ksva3mh1l4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/us-central1-relay-autobooker-2bc60.cloudfunctions.net\/  https:\/\/cdn.paddle.com\/paddle\/; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3iSizlSCWUKjpqFuiqbB80eSUdZDhL48S\/t8WFSDYj0V4Z6VfRmcJoiVHHXiEqs0HnigRttYkWZ7tvzktaq71uxq4Q0U7DE57nJqDJnZzNyZeI9hWTPwYEmWMnR5AmiFDAIlprA\/FZrwl8Y2S\/8YsSUH9js8zHf74PSa4RB2\/+ltwq+drEJDqz5fc+ynrzhHJWR8C07oxH9BZBR+lqtdf8G3hU2nfNcDoXyfW1CbhdzjDtPz16hoocMGnUufkAJcd37eM+8tK+hnjkQxUu5mn11ZK8M\/JB\/fNZMK+EtiHC4NxrVZhF7jH6HbqHHL85kAbXDZ8SJgfSkETDa9Ek3gBwIDAQAB"
}