Salesforce AutoSave for Chrome
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
What is Salesforce AutoSave for Chrome?
Salesforce AutoSave for Chrome is a Chrome extension developed by http://jasminepm.com, and its main feature is "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!".
Extension Screenshots
Download Salesforce AutoSave for Chrome Extension CRX File
Download Salesforce AutoSave for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
Extension Basic Information
Name | |
ID | pnljhjfjimjfhfphkgcglligacaldcem |
Official URL | https://chrome.google.com/webstore/detail/salesforce-autosave-for-c/pnljhjfjimjfhfphkgcglligacaldcem |
Description | Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work! |
File Size | 86.75 KB |
Installation Count | 17 |
Current Version | 0.2 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Developer | http://jasminepm.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce AutoSave for Chrome", "description": "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!", "version": "0.2", "icons": { "16": "images\/jasmine_16.png", "48": "images\/jasmine_48.png", "128": "images\/jasmine_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "js": [ "js\/jquery.min.js", "js\/jaz.content.script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "options_page": "options.html" } |