Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
Vad är Salesforce Sandbox Version?
Salesforce Sandbox Version är en Chrome-tillägg utvecklad av https://pcon.github.io, och dess huvudfunktion är "Shows your salesforce sandbox version next to your sandbox host".
Tilläggsskärmbilder
Ladda ner Salesforce Sandbox Version-förlängningens CRX-fil
Ladda ner Salesforce Sandbox Version-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lggmdcnfdkoogifabfihligfjinpaiom |
| Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom |
| Beskrivning | Shows your salesforce sandbox version next to your sandbox host |
| Filstorlek | 66.49 KB |
| Antal Installationer | 65 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2019-05-31 |
| Publiceringsdatum | 2019-05-30 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | https://pcon.github.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |