https://github.com/closeio/lead-clipper
Chrome extension to create new leads in Close.io based on information from websites
https://github.com/closeio/lead-clipper
Last synced: over 1 year ago
JSON representation
Chrome extension to create new leads in Close.io based on information from websites
- Host: GitHub
- URL: https://github.com/closeio/lead-clipper
- Owner: closeio
- Archived: true
- Created: 2013-02-21T08:35:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T23:43:14.000Z (over 9 years ago)
- Last Synced: 2024-11-02T00:32:25.649Z (over 1 year ago)
- Language: JavaScript
- Homepage: close.io
- Size: 127 KB
- Stars: 8
- Watchers: 24
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Close.io Lead Clipper
-------------------------
See the description at https://chrome.google.com/webstore/detail/closeio-lead-clipper/aigklicpjppgjmkjdebbnbddadnhdiop.
Test the extension locally
-------------------------
1. `grunt build`
1. Go to `chrome://extensions`, check the "Developer mode" (top-right corner)
and click on the "Load unpacked extension" button.
1. Choose the `dist/` directory.
Contribution
-------------------------
To add a custom support for a specific website, add its domain to `getLead`
in `js/contentscript.js` and write a `handleDomainName()` function.
Release
-------------------------
Only the Close.io team can publish a new release. If you wish to
publish your changes, send a Pull Request our way and we'll take care of the
rest.
Release instructions for Close.io team:
-------------------------
You'll need `key.pem` in the root of your local repo to publish the update. Ask your co-workers for it.
```
grunt build:prod
zip dist.zip -r dist
```
1. Go to http://chrome.google.com/webstore/ and log in as support@close.io (ask co-workers for credentials).
1. Click the gear icon in the top-right corner and go to "Developer Dashboard".
1. Click "Edit" in the "Close.io Lead Clipper" section.
1. Click "Upload Updated Package" and choose the zip file generated in point 2.
1. Click "Publish changes" after the package is uploaded.