Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
What is Salesforce Sandbox Version?
Salesforce Sandbox Version is a Chrome extension developed by https://pcon.github.io, and its main feature is "Shows your salesforce sandbox version next to your sandbox host".
Extension Screenshots
Download Salesforce Sandbox Version Extension CRX File
Download Salesforce Sandbox Version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Salesforce Sandbox Version |
ID | lggmdcnfdkoogifabfihligfjinpaiom |
Official URL | https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom |
Description | Shows your salesforce sandbox version next to your sandbox host |
File Size | 66.49 KB |
Installation Count | 65 |
Current Version | 1.1.2 |
Last Updated | 2019-05-31 |
Publish Date | 2019-05-30 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://pcon.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |