Gmail to Pika - Attach your email to the Pika CMS in a couple of clicks


Extension for Google Chrome that integrates your Gmail inbox with the Pika CMS.

This extension adds a button to your Gmail page that allows to easily attach your received and/or send emails to Pika in a couple of clicks.

Do you like this project? Check out what other projects we have at MC+A

Usage

Using the Gmail To Pika extension is very easy. Just install it as any other Google Chrome extension, set your Pika system URL, and use it.

Step 1. Install the Extension

Install the extension from the official Chrome Web Store.

Step 2. Set up your Pika system

Go to chrome://extensions and search for Gmail to Pika. Click on Options and enter your Pika CMS URL, credentials and configuration for your Email Content.

Extension Options

Step 3. Attach your email to Pika

Now when you go to your Gmail, you'll see a Red Button on your email. Click it and you'll be able to search for Pika objects. Select the one that you want to attach your email to, and follow the instructions.

Extension Options
Extension Options

Build from Source

To build this project you'll need to install Bower and Grunt:

$ npm install -g bower
$ npm install -g grunt-cli

Once you finish setting up your environment, install the required dependencies

$ npm install
$ bower install

And build the project (WIP)

$ grunt build

Running from Source

To run the extension on Google Chrome:

Go to chrome://extensions
Clic on "Load unpacked extension..."
Select the directory of the project

Testing

Run the Grunt Test task

$ grunt test