https://github.com/saadq/intercom-code
A chrome extension that embeds a code editor into Intercom.
https://github.com/saadq/intercom-code
chrome-extension chrome-extensions codemirror codemirror-editor intercom
Last synced: 4 months ago
JSON representation
A chrome extension that embeds a code editor into Intercom.
- Host: GitHub
- URL: https://github.com/saadq/intercom-code
- Owner: saadq
- License: mit
- Created: 2018-03-13T22:45:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T19:31:09.000Z (about 7 years ago)
- Last Synced: 2025-03-07T02:58:12.226Z (4 months ago)
- Topics: chrome-extension, chrome-extensions, codemirror, codemirror-editor, intercom
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/intercom-code/idkppmfdnbebeikaplhpckbmbfbeedon/
- Size: 635 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# intercom-code
> A chrome extension for integrating a code editor into Intercom.## Project Status
GitHub recently changed Gists to require authentication in order to create a gist. This extension no longer works, and needs to be updated to accommodate these changes by GitHub.
You can install the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/intercom-code/idkppmfdnbebeikaplhpckbmbfbeedon/), or you can build it from source.
## Installation
```
npm install
```## Building the extension
```
npm run build
```After running this command, a `dist` folder should be generated that you can use by going to `chrome://extensions/` in your browser and then clicking `Load Unpacked` and selecting the generated `dist` folder.