Datatruck extension

A Chrome extension for parsing Amazon Relay trips and sending the data to DataTruck.io is a browser-based tool that can be used to…

Τι είναι το Datatruck extension;

Το Datatruck extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.datatruck.io, και η κύρια λειτουργία του είναι "A Chrome extension for parsing Amazon Relay trips and sending the data to DataTruck.io is a browser-based tool that can be used to…".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Datatruck extension

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

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

                        A Chrome extension for parsing Amazon Relay trips and sending the data to DataTruck.io is a browser-based tool that can be used to extract data from Amazon Relay trips and automatically send it to DataTruck.io for storage and analysis. With this extension, users can quickly and easily track their Amazon Relay trips and the associated data, such as start and end points, duration, and route taken. This data can then be used to monitor and analyze trends in trips, helping users make informed decisions about how to optimize their trips. Additionally, the extension can be used to identify and analyze customer behavior, such as what routes are being used and why.                    

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

Όνομα Datatruck extension Datatruck extension
ID binggekfepleioemjibekcgbpdfbnfgl
Επίσημο URL https://chromewebstore.google.com/detail/datatruck-extension/binggekfepleioemjibekcgbpdfbnfgl
Περιγραφή A Chrome extension for parsing Amazon Relay trips and sending the data to DataTruck.io is a browser-based tool that can be used to…
Μέγεθος Αρχείου 655 KB
Αριθμός Εγκαταστάσεων 190
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2024-03-06
Ημερομηνία Δημοσίευσης 2023-03-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.datatruck.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.datatruck.io/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Datatruck extension",
    "version": "2.0.1",
    "action": {
        "default_popup": "index.html",
        "default_icon": "src\/icons\/icon-32.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "src\/icons\/icon-16.png",
        "32": "src\/icons\/icon-32.png",
        "48": "src\/icons\/icon-48.png",
        "128": "src\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-95badf29.js"
            ],
            "matches": [
                "*:\/\/relay.amazon.com\/tours\/*"
            ]
        },
        {
            "js": [
                "assets\/request.tsx-loader-b00962bb.js"
            ],
            "matches": [
                "*:\/\/relay.amazon.com\/tours\/*"
            ]
        },
        {
            "js": [
                "assets\/gmail.tsx-loader-d4614a74.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/relay.amazon.com\/*"
            ],
            "resources": [
                "assets\/client-0d7e2062.js",
                "assets\/index.esm-64d72fb3.js",
                "assets\/content.tsx-791dee14.js",
                "assets\/request.tsx-962b8779.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/client-0d7e2062.js",
                "assets\/index.esm-64d72fb3.js",
                "assets\/useQuery-98318fb0.js",
                "assets\/gmail.tsx-e5129892.js"
            ],
            "use_dynamic_url": true
        }
    ]
}