https://github.com/dieffrei/chrome-force
Angular JS module allows chrome extension access to salesforce api
https://github.com/dieffrei/chrome-force
chrome-extension salesforce salesforce-api
Last synced: 2 months ago
JSON representation
Angular JS module allows chrome extension access to salesforce api
- Host: GitHub
- URL: https://github.com/dieffrei/chrome-force
- Owner: dieffrei
- License: mit
- Created: 2016-12-10T14:55:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T19:34:52.000Z (over 9 years ago)
- Last Synced: 2025-09-08T19:13:02.466Z (10 months ago)
- Topics: chrome-extension, salesforce, salesforce-api
- Language: JavaScript
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/dieffrei/chrome-force/tree/master)
[](https://badge.fury.io/bo/chrome-force)
# chrome-force
Angular JS module allows chrome extensions to access salesforce api
# Requirements
- underscore
- angular
# Bower Usage
You may use [bower](http://bower.io/) 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:
```html
```
Add the chrome-force module as a dependency to your application module:
```js
angular.module('myChromeExtension', ['br.com.dieffrei.chromeForce'])
```
# Project sample
https://github.com/dieffrei/salesforce-chrome-extension-tutorial
# Testing
npm test
# Building
gulp build