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!」です。
拡張機能のスクリーンショット
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! 拡張機能の基本情報
| 名前 | |
| 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"
} | |