Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Dec 13, 2021
2 parents 32c7363 + 6086c7e commit a0feaab
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens.
* [Features](#features)
* [Installation](#installation)

## MIT LICENSE

Copyright (c) 2021 Thomas Munzer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


# Features
## API Tab
### When on the Mist Dashboard
* Quick access to the Mist IDs (org_id, site_id and object_id) from the current Mist dashboard page
* Direct access to the Mist API Pages (Django) from the current Mist dashboard page

<div>
<img src="._readme/img/api.png" width="50%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/api.png" width="50%">
</div>

### When on a Django Page
Expand All @@ -20,32 +31,37 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens.
* Direct access to the Online API Documentation for the current API Call (GET/POST/PUT/DELETE)

<div>
<img src="._readme/img/django.png" width="50%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/django.png" width="50%">
</div>

## Account Tab
* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com
* Manage User API Token (list / delete / create)
* Manage Org API Token (list / delete / create)


* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com
<div>
<img src="._readme/img/accounts_list.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_list.png" width="40%">
</div>


* Manage User API Token (list / delete / create)

<div>
<img src="._readme/img/accounts_create.png" width="40%">
<img src="._readme/img/accounts_manage.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_create.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_manage.png" width="40%">
</div>


* Manage Org API Token (list / delete / create)

<div>
<img src="._readme/img/accounts_org_create.png" width="40%">
<img src="._readme/img/accounts_org_manage.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_org_create.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/accounts_org_manage.png" width="40%">
</div>

## About Tab
* Quick access to the Mist API documentation (Mist official documentation, Postman documentation, OpenAPI documentation)
* Version check from the extension to know if a new version is available, and download new versions directly from the extension
<div>
<img src="._readme/img/about.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/about.png" width="40%">
</div>


Expand All @@ -56,10 +72,12 @@ This extension is not yet available on the [Chrome Web Store](https://chrome.goo
3. Go to the web browser Extensions Page: <a href="chrome://extensions" target="_blank">chrome://extensions</a>
4. Enable the **Developper Mode**

<img src="._readme/img/dev_mode.png" width="80%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/dev_mode.png" width="80%">

5. Click **Load Unpacked** and select the unzipped folder

<img src="._readme/img/load_unpacked.png" width="40%">
<img src="https://github.com/tmunzer/mist_chrome_extension/raw/main/._readme/img/load_unpacked.png" width="40%">

6. The extension is ready to use!


0 comments on commit a0feaab

Please sign in to comment.