SANGAM : Enhance Salesforce Developer Console

Beautify Salesforce Developer Console

ما هو SANGAM : Enhance Salesforce Developer Console؟

SANGAM : Enhance Salesforce Developer Console هو إضافة Chrome تم تطويرها بواسطة Triangle™، والميزة الرئيسية لها هي "Beautify Salesforce Developer Console".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SANGAM : Enhance Salesforce Developer Console

قم بتنزيل ملفات الامتداد SANGAM : Enhance Salesforce Developer Console بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}