GV ORK Helpers
ORK Helpers for TacD and Other things for Goldenvale
Τι είναι το GV ORK Helpers;
Το GV ORK Helpers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.easygard.ca, και η κύρια λειτουργία του είναι "ORK Helpers for TacD and Other things for Goldenvale".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GV ORK Helpers
Λήψη αρχείων επέκτασης GV ORK Helpers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Chrome extension provides a pop-up menu on Amtgard ORK park pages that allows you to generate reports for your park for the purposes of meeting the Kingdom of Goldenvale terms and conditions among other things. Nov 1st, 2021 - fix URLs to the ORK August 1st, 2019 - Use the right URLs for the new ORK home February 3rd, 2019 - Changed the Nine Blades attendance to 6 times in 6 months anywhere in the Nine Blades August 15th - Fixed the GV Attendance to only show Home Park and any Events August 15th - Fixed the Nine Blades Attendance to only show Home Park and fixed the Amtgard week we were using to be Monday to Sunday. New July 31st, 2017 - Updated the Event Attendance generator to include home park of attendee. The extension relies heavily on the content of the ORK pages not changing, if they do change then the reports may not run at all or fail in some way.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | onngmabikidhhaoafbehfoljgnbojdcg |
Επίσημο URL | https://chrome.google.com/webstore/detail/gv-ork-helpers/onngmabikidhhaoafbehfoljgnbojdcg |
Περιγραφή | ORK Helpers for TacD and Other things for Goldenvale |
Μέγεθος Αρχείου | 161 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 0.0.0.17 |
Τελευταία Ενημέρωση | 2021-11-01 |
Ημερομηνία Δημοσίευσης | 2019-08-01 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://www.easygard.ca |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/kenwalker/gv-orkhelpers |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GV ORK Helpers", "version": "0.0.0.17", "description": "ORK Helpers for TacD and Other things for Goldenvale", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "gv-gryphon-16.png", "48": "gv-gryphon-48.png", "128": "gv-gryphon-128.png" }, "manifest_version": 2 } |