Salesforce AutoSave for Chrome

Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!

什么是Salesforce AutoSave for Chrome?

Salesforce AutoSave for Chrome是由http://jasminepm.com开发的Chrome扩展程序,该扩展的主要功能是“Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!”。

扩展截图

screenshot
screenshot

下载Salesforce AutoSave for Chrome扩展crx文件

下载Salesforce AutoSave for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!                    

扩展基本信息

名称 Salesforce AutoSave for Chrome Salesforce AutoSave for Chrome
ID pnljhjfjimjfhfphkgcglligacaldcem
官方URL https://chrome.google.com/webstore/detail/salesforce-autosave-for-c/pnljhjfjimjfhfphkgcglligacaldcem
简介 Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
文件大小 86.75 KB
安装次数 17
当前版本 0.2
更新时间 2015-12-12
上架时间 2015-12-12
开发者 http://jasminepm.com
付费类型 free
支持的语言 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"
}