Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T19:31:09.000Z (over 6 years ago)
- Last Synced: 2024-05-17T20:20:17.885Z (8 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: 4
- 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.![](https://i.imgur.com/XIXF8QW.gif)
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.