Quick ChangeSet & Navigator
This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
Quick ChangeSet & Navigatorとは何ですか?
Quick ChangeSet & Navigatorはhttp://sanjaykeynotes.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.」です。
拡張機能のスクリーンショット
Quick ChangeSet & Navigator拡張機能のCRXファイルをダウンロード
Quick ChangeSet & Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool/extension used to create ChangeSet without load page for all provide salesforce resources as well as Navigate in Salesforce.
Note : Salesforce does not provide any way to fetch components from changeSet so already added not filter by extension. 拡張機能の基本情報
| 名前 | |
| ID | jhoddpnaknifeinaojmahfmbgephkodj |
| 公式URL | https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj |
| 説明 | This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce. |
| ファイルサイズ | 1005 KB |
| インストール数 | 263 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2017-06-20 |
| 公開日 | 2017-06-20 |
| 評価 | 4.00/5 合計 5 レビュー |
| 開発者 | http://sanjaykeynotes.blogspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick ChangeSet & Navigator",
"version": "1.0.2",
"description": "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.",
"manifest_version": 2,
"author": " ",
"content_scripts": [
{
"js": [
"js\/jquery.js",
"js\/forcetk.js",
"js\/jszip.js",
"js\/FileSaver.min.js",
"js\/contentscript.js"
],
"matches": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.cloudforce.com\/*"
]
}
],
"background": {
"persistent": true,
"scripts": [
"\/js\/background.js"
]
},
"web_accessible_resources": [
"\/js\/background.js"
],
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Quick ChangeSet"
},
"permissions": [
"declarativeContent",
"contextMenus",
"webNavigation",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage",
"activeTab",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
}
} | |