Salesforce Enhanced Code Searcher

Enhanced it for custom settings's field search and tooltip in the searched results by Shubham Bhatt. All thanks to Sameer N Miraj.

Salesforce Enhanced Code Searcherคืออะไร?

Salesforce Enhanced Code Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Bhatt และคุณลักษณะหลักของมันคือ "Enhanced it for custom settings's field search and tooltip in the searched results by Shubham Bhatt. All thanks to Sameer N Miraj."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Enhanced Code Searcher

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Enhanced Code Searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extended the extension for below components search in your salesforce instance:

5) Custom settings and its fields search
6) User search by Name 
7) Profile search by Profile name
8) Permission Set
9) Queue
10)Custom Labels


Update 2.0.0
1) Added support of tooltip 
2) Added a custom settings and its field search

Update 2.1
1) fixed the bug of custom settings limit of tooling query

Update 2.2
1) Added user and profile search

Update 2.3
1) fixed the bug of custom settings limit of tooling query

Update 2.3
1) Added Search for Permission set, queues and custom labels                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Enhanced Code Searcher Salesforce Enhanced Code Searcher
ID genlpoidbjlaieaginkdbndpbejibdlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-enhanced-code/genlpoidbjlaieaginkdbndpbejibdlm
คำอธิบาย Enhanced it for custom settings's field search and tooltip in the searched results by Shubham Bhatt. All thanks to Sameer N Miraj.
ขนาดไฟล์ 1.65 MB
จำนวนการติดตั้ง 10,756
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2021-05-23
วันที่เผยแพร่ 2017-05-30
คะแนน 4.45/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Shubham Bhatt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Enhanced Code Searcher",
    "short_name": "ShubhamBhatt",
    "version": "2.5",
    "manifest_version": 2,
    "description": "Enhanced it for custom settings's field search and tooltip in the searched results by Shubham Bhatt. All thanks to Sameer N Miraj.",
    "author": "Shubham Bhatt",
    "icons": {
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "\/js\/jQuery.js",
                "\/js\/jquery-ui.js",
                "\/js\/patch-worker.js",
                "\/js\/angular.min.js",
                "\/js\/angular-animate.min.js",
                "\/js\/idbstore.min.js",
                "contentScript.js",
                "\/js\/angular.rangeSlider.js",
                "\/js\/angJs\/app.js",
                "\/js\/angJs\/service.js",
                "\/js\/angJs\/factory.js",
                "\/js\/angJs\/filter.js",
                "\/js\/angJs\/controller.js",
                "\/js\/angJs\/directives\/searchCode_directive.js",
                "\/js\/angJs\/directives\/codeCoverageExtract_directive.js",
                "\/js\/angJs\/directives\/downloadCode_directive.js",
                "\/js\/xml2json.min.js",
                "\/js\/debugLogs.js",
                "\/js\/traceflag.js",
                "\/js\/connection.js",
                "\/js\/functions.js",
                "\/js\/apex.js"
            ],
            "css": [
                "\/css\/jquery-ui.css",
                "\/css\/angular.rangeSlider.css",
                "\/css\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/slds\/assets\/fonts\/webfonts\/*",
        "\/js\/templates\/*",
        "\/slds\/assets\/images\/*",
        "\/css\/*",
        "\/slds\/assets\/styles\/*",
        "\/js\/worker.js"
    ],
    "permissions": [
        "unlimitedStorage"
    ]
}