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

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Angular JS module allows chrome extension access to salesforce api

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published