Hive is an internal company browser extension that lets your team attach tips and warnings to any web page.
Notes are stored in your own company Airtable, so you're always in control of your data.
This extension was originally created for the buying team at White Rabbit Express, but it's invaluable for any group or organization repeatedly interacting with different websites.
- Install the extension from https://chrome.google.com/webstore/detail/geonjpedhdlahodmcacapmbgkckaknmm/
- Go to https://airtable.com/shr1dxKNQusW47dRP and click
Copy base
in the top-right corner. - Set your Airtable API Key and Base ID in the extension.
- Invite team members to your Hive Airtable base, and set up their extensions with the same Base ID.
- Rename
.env.example
to.env
and replace the Airtable API Key and Base ID inside. - Run
yarn
andyarn build
in the root folder. - Publish the newly generated zip in the artifacts folder to the Chrome Web Store as an Unlisted extension.
- Options tab with detailed onboarding instructions.
- Added a Settings page where users can change their Airtable email, API Key and Base ID.
- Hive now asks for your Airtable API Key and Base ID during onboarding if they're not set in the .env file.
- Added Markdown support
- The icon now changes colours based on notes attached to the current page. Gray if there are no notes yet, teal if there are notes attached, and red if there's at least one note with a Warning (1) Priority.
- You can now add, delete and edit notes from within the extension, rather than through an Airtable form.