User's Found Adventure Labs Data

Export Found Adventure Labs data as a CSV file for processing with a GSAK macro for user statistics.

Τι είναι το User's Found Adventure Labs Data;

Το User's Found Adventure Labs Data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον billy.braveheart.wallace, και η κύρια λειτουργία του είναι "Export Found Adventure Labs data as a CSV file for processing with a GSAK macro for user statistics.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης User's Found Adventure Labs Data

Λήψη αρχείων επέκτασης User's Found Adventure Labs Data σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Once the user has successfully logged in to their Geocaching Adventure Lab Finds web page, this extension adds a button to the page that when selected, will export all their Adventure Lab finds as a CSV file. This file can then be imported into GSAK by a companion GSAK macro and then used to gather additional information that is not available on the web page. It then creates waypoints of all their found Adventures and associated Lab Stages. In addition, the macro can also produce statistical reports from this data.                    

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

Όνομα User's Found Adventure Labs Data User's Found Adventure Labs Data
ID jmeldfibneeolkjmjojmafcnmnmaikhp
Επίσημο URL https://chromewebstore.google.com/detail/users-found-adventure-lab/jmeldfibneeolkjmjojmafcnmnmaikhp
Περιγραφή Export Found Adventure Labs data as a CSV file for processing with a GSAK macro for user statistics.
Μέγεθος Αρχείου 58.4 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-02-18
Ημερομηνία Δημοσίευσης 2023-02-17
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής billy.braveheart.wallace
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/document/d/19E4aVTF9JN0sSMiI52KDwA0GZzkhjXtU0wCiI8vUUdU/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "author": "Billy Wallace, alias Clan-Wallace (Credit to Lil Devil for Date conversion code)",
    "content_scripts": [
        {
            "css": [
                "css\/foundlabs.css"
            ],
            "js": [
                "lib\/common.js",
                "lib\/dayjs\/dayjs.min.js",
                "lib\/dayjs\/customParseFormat.js",
                "lib\/dayjs\/localeData.js",
                "lib\/dayjs\/updateLocale.js",
                "lib\/dayjs\/locale\/bg.js",
                "lib\/dayjs\/locale\/ca.js",
                "lib\/dayjs\/locale\/cs.js",
                "lib\/dayjs\/locale\/da.js",
                "lib\/dayjs\/locale\/de.js",
                "lib\/dayjs\/locale\/el.js",
                "lib\/dayjs\/locale\/en.js",
                "lib\/dayjs\/locale\/es.js",
                "lib\/dayjs\/locale\/et.js",
                "lib\/dayjs\/locale\/fi.js",
                "lib\/dayjs\/locale\/fr.js",
                "lib\/dayjs\/locale\/hu.js",
                "lib\/dayjs\/locale\/it.js",
                "lib\/dayjs\/locale\/ja.js",
                "lib\/dayjs\/locale\/ko.js",
                "lib\/dayjs\/locale\/lb.js",
                "lib\/dayjs\/locale\/lv.js",
                "lib\/dayjs\/locale\/nb.js",
                "lib\/dayjs\/locale\/nl.js",
                "lib\/dayjs\/locale\/pl.js",
                "lib\/dayjs\/locale\/pt.js",
                "lib\/dayjs\/locale\/ro.js",
                "lib\/dayjs\/locale\/ru.js",
                "lib\/dayjs\/locale\/sk.js",
                "lib\/dayjs\/locale\/sl.js",
                "lib\/dayjs\/locale\/sv.js",
                "lib\/dayjs-extend.js",
                "foundlabs.js"
            ],
            "matches": [
                "https:\/\/labs.geocaching.com\/logs"
            ]
        },
        {
            "js": [
                "js\/SavePreferredDateFormat.js"
            ],
            "matches": [
                "https:\/\/www.geocaching.com\/account\/settings\/preferences*"
            ]
        }
    ],
    "description": "Export Found Adventure Labs data as a CSV file for processing with a GSAK macro for user statistics.",
    "icons": {
        "16": "\/images\/lab-16.png",
        "32": "\/images\/lab-32.png",
        "48": "\/images\/lab-48.png",
        "128": "\/images\/lab-128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "User's Found Adventure Labs Data",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}