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 |
电子邮箱 | [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" } } |