GV ORK Helpers

ORK Helpers for TacD and Other things for Goldenvale

GV ORK Helpers क्या है?

GV ORK Helpers http://www.easygard.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ORK Helpers for TacD and Other things for Goldenvale"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GV ORK Helpers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GV ORK Helpers GV ORK Helpers
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
}