Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Hvad er Salesforce Sandbox Version?

Salesforce Sandbox Version er en Chrome-udvidelse udviklet af https://pcon.github.io, og dens hovedfunktion er "Shows your salesforce sandbox version next to your sandbox host".

Udvidelsesskærmbilleder

screenshot

Download Salesforce Sandbox Version-udvidelses-CRX-fil

Download Salesforce Sandbox Version-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
Officiel URL https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
Beskrivelse Shows your salesforce sandbox version next to your sandbox host
Filstørrelse 66.49 KB
Antal Installationer 65
Nuværende Version 1.1.2
Senest Opdateret 2019-05-31
Udgivelsesdato 2019-05-30
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://pcon.github.io
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}