Installing the Chrome Browser Extension
We might love ordering coffee from the terminal, but we suspect your customers won’t. Give them the CoffeeBot Chrome Extension so they can order in style.
Here’s the goal:
Install Chrome
On the workstation:
Install Chrome by downloading it then opening the Ubuntu Software Center. (Search for “google-chrome-stable” and install.)
Still on the workstation:
- Open Chrome.
- Go to Settings > More Tools > Extensions.
- Check “Developer Mode” checkbox at the top of the page.
Clone and Modify the Extension
In a terminal, clone the browser extension’s repository:
Modify the Public DNS variable:
Modify this line to your ec2 instance’s public dns that was created previously:
Save and close.
Install the Extension
Back in Chrome:
- Go to Settings > More Tools > Extensions.
- Press the “Load unpacked extension…” button.
- Select the turtlebot-chrome-extension folder and “open”.
- You should now have a coffee cup on the top/right of your browser.
Once we’ve finished the demo, you can order coffee right from the browser!
TIP: You can share the modified browser extension folder with all of your customers and have them install it using the above instructions. (This works on Mac, PC and anything that can install Chrome.)