GV ORK Helpers

ORK Helpers for TacD and Other things for Goldenvale

GV ORK Helpers란 무엇입니까?

GV ORK Helpers은(는) http://www.easygard.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ORK Helpers for TacD and Other things for Goldenvale"입니다.

확장 프로그램 스크린샷

screenshot

GV ORK Helpers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}