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 |
官方網址 | 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 } |