SF 15 to 18

Convert Salesforce 15 char Id's to 18

SF 15 to 18 क्या है?

SF 15 to 18 ARC App Publishing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert Salesforce 15 char Id's to 18"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SF 15 to 18 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Salesforce uses case-sensitive 15 char Id's and 18 char case-insensitive Id's, for use in external systems that don't do case-sensitive matches, such as Excel or SQL Server. 
This app simply takes 15 char Id's - on their own, or in a list (one per line, or separated by commas or semi-colons) and returns a list of the 18 char versions. 
Paste them into the top box then simply click the 18 char text box, and all the Id's will be converted and copied to your clipboard ready for use.                    

एक्सटेंशन की मूल जानकारी

नाम SF 15 to 18 SF 15 to 18
ID cogllpmaoflgaekieefhmglbpgdgmoeg
आधिकारिक URL https://chromewebstore.google.com/detail/sf-15-to-18/cogllpmaoflgaekieefhmglbpgdgmoeg
विवरण Convert Salesforce 15 char Id's to 18
फ़ाइल का आकार 41.37 KB
स्थापना संख्या 383
वर्तमान संस्करण 2.1
अंतिम अपडेट 2020-08-22
प्रकाशन तिथि 2019-08-01
डेवलपर ARC App Publishing
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adam Cadman",
    "description": "Convert Salesforce 15 char Id's to 18",
    "name": "SF 15 to 18",
    "short_name": "SF 15\/18",
    "version": "2.1",
    "offline_enabled": true,
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}