This web extension lets you create a issue from the Zammad Helpdesk.
- Install Zammad/Jira Web from Chrome Web Store or Download the latest version
- Enable "Developer Mode" in your Browser ❗
- Unzip or Drag the release in to the Extensions page of your Browser
- Open the "Option Page" of Zammad/Jira Web 👈
- Enter required data ☝️
- Enjoy the web extension 🙌
-
Google Chrome - Mozilla Firfox
Build the extension into dist
folder for production.
Build the extension into dist
folder for development.
Watch for modifications then run npm run build
.
Watch for modifications then run npm run build:dev
.
It also enable Hot Module Reloading, thanks to webpack-chrome-extension-reloader plugin.
Build a zip file following this format <name>-v<version>.zip
, by reading name
and version
from manifest.json
file.
Zip file is located in dist-zip
folder.
- Vue - A JavaScript framework
- VueWebExtension - A boilerplate for quickly starting a web extension with Vue, webpack 4, ESLint and more!
- Rida Amirini - Initial work - ridaamirini
See also the list of contributors who participated in this project.
MIT © ridaamirini