gitextract_xfabd126/ ├── .gitattributes ├── .github/ │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ └── ISSUE_TEMPLATE.md ├── .gitignore ├── .jsdoc-conf.json ├── .markdownlint.json ├── LICENSE ├── README.md ├── code.gs ├── docs/ │ ├── git-guide.md │ ├── install-and-setup.md │ └── translation-guide.md ├── images/ │ └── Logo.psd └── tests.gs