Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
什么是Salesforce Sandbox Version?
Salesforce Sandbox Version是由https://pcon.github.io开发的Chrome扩展程序,该扩展的主要功能是“Shows your salesforce sandbox version next to your sandbox host”。
扩展截图
下载Salesforce Sandbox Version扩展crx文件
下载Salesforce Sandbox Version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of having to manually look at what version your sandboxes are? Well, let a computer do all that tedious work for you! This extension will load an icon and alt text next to your instance name so you can see if the sandbox is a spring/summer/winter instance.
扩展基本信息
名称 | Salesforce Sandbox Version |
ID | lggmdcnfdkoogifabfihligfjinpaiom |
官方URL | https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom |
简介 | Shows your salesforce sandbox version next to your sandbox host |
文件大小 | 66.49 KB |
安装次数 | 65 |
当前版本 | 1.1.2 |
更新时间 | 2019-05-31 |
上架时间 | 2019-05-30 |
评分 | 4.00/5 共3次评分 |
开发者 | https://pcon.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Sandbox Version", "short_name": "sandboxver", "version": "1.1.2", "description": "Shows your salesforce sandbox version next to your sandbox host", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": { "name": "Patrick Connelly", "email": "[email protected]", "url": "http:\/\/connelly.dev" }, "permissions": [ "https:\/\/*.salesforce.com\/07E*", "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home" ], "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/07E*", "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home" ], "js": [ "jquery.min.js", "axios.min.js", "q.js", "content.js" ], "all_frames": true } ], "manifest_version": 2 } |