Skip to content

Angular JS module allows chrome extension access to salesforce api

License

Notifications You must be signed in to change notification settings

dieffrei/chrome-force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70044f4 · Jan 15, 2017

History

23 Commits
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Dec 10, 2016
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017

Repository files navigation

CircleCI Bower version

chrome-force

Angular JS module allows chrome extensions to access salesforce api

Requirements

  • underscore
  • angular

Bower Usage

You may use bower for dependency management.

Install and save to bower.json by running

bower install chrome-force --save

This will copy the ui-date files into your bower_components folder, along with its dependencies.

Load the script files in your application:

<script type="text/javascript" src="bower_components/chrome-force/dist/chrome-force.js"></script>

Add the chrome-force module as a dependency to your application module:

angular.module('myChromeExtension', ['br.com.dieffrei.chromeForce'])

Project sample

https://github.com/dieffrei/salesforce-chrome-extension-tutorial

Testing

npm test

Building

gulp build