1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16### Extension Here lives the chrome extension for PriceTell. To get it running, run the `mockserver.py` file (requires [Flask](http://flask.pooco.org)) and load the extension in your chrome browser. #### Build ``` $ npm install $ npm run build ``` #### Dev ``` $ npm run watch ```