Salesforce Sandbox Version
Shows your salesforce sandbox version next to your sandbox host
Salesforce Sandbox Version क्या है?
Salesforce Sandbox Version https://pcon.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your salesforce sandbox version next to your sandbox host"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce Sandbox Version एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |