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
官方網址 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"
}