SANGAM : Enhance Salesforce Developer Console

Beautify Salesforce Developer Console

SANGAM : Enhance Salesforce Developer Console क्या है?

SANGAM : Enhance Salesforce Developer Console Triangle™ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautify Salesforce Developer Console"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में SANGAM : Enhance Salesforce Developer Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        *** SANGAM: Enhance Salesforce Developer Console ***

Light background themes
Dark background themes
Gray background themes
easily swap themes
Color schema for matching brackets, comments, keywords, variable, line number and methods.                    

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

नाम SANGAM : Enhance Salesforce Developer Console SANGAM : Enhance Salesforce Developer Console
ID kgacbagondehhgalonakppblcmhelbjg
आधिकारिक URL https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg
विवरण Beautify Salesforce Developer Console
फ़ाइल का आकार 2.51 MB
स्थापना संख्या 82
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2017-01-03
प्रकाशन तिथि 2017-01-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Triangle™
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SANGAM : Enhance Salesforce Developer Console",
    "short_name": "Sangam",
    "description": "Beautify Salesforce Developer Console",
    "version": "0.0.3",
    "icons": {
        "16": "icons\/icon128.png",
        "24": "icons\/icon24.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon24.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "welcome\/index.html",
    "permissions": [
        "storage"
    ]
}