Force.com SideBar Enhancer
Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Force.com SideBar Enhancerคืออะไร?
Force.com SideBar Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sfdcgems.com และคุณลักษณะหลักของมันคือ "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force.com SideBar Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Force.com SideBar Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension is created for Salesforce developers, Extension will help developers to easily find and navigate through different Salesforce resources like Apex Classes, Visualforce Pages, Components and Triggers. Now developers can search resources with the help of sidebar search box. Extension also provide few quick links and a dev mode preference checkbox to show apex resources on the top of default menu items." // author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Force.com SideBar Enhancer |
ID | hnbhomedmmodadnpfgnckedgecedlalk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk |
คำอธิบาย | Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox. |
ขนาดไฟล์ | 35.21 KB |
จำนวนการติดตั้ง | 257 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-05-11 |
วันที่เผยแพร่ | 2014-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.sfdcgems.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force.com SideBar Enhancer", "description": "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.", "version": "1.1", "permissions": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "js": [ "jquery-2.0.3.js", "script.js" ] } ], "web_accessible_resources": [ "edit.png" ], "manifest_version": 2 } |