Salesforce Code Searcher
Salesforce Code Searcher
Salesforce Code Searcherคืออะไร?
Salesforce Code Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thippeswamyjj และคุณลักษณะหลักของมันคือ "Salesforce Code Searcher"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Code Searcher
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Code Searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this salesforce plugin will give search box in apex classes,visual force pages,apex triggers,email templates. This plugin will search for given keyword and list all files where keyword exists. This plugin will take session id and will login to SFDC and uses forceTK client to query data
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | pkpoocllpokdnfemfcfoagmodnneeadd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/salesforce-code-searcher/pkpoocllpokdnfemfcfoagmodnneeadd |
คำอธิบาย | Salesforce Code Searcher |
ขนาดไฟล์ | 42.01 KB |
จำนวนการติดตั้ง | 528 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-09-24 |
วันที่เผยแพร่ | 2013-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | thippeswamyjj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Code Searcher", "version": "1.0", "manifest_version": 2, "description": "Salesforce Code Searcher", "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/01p*", "https:\/\/*.salesforce.com\/setup\/build\/allTriggers*", "https:\/\/*.salesforce.com\/apexpages\/setup\/listApexPage*", "https:\/\/*.salesforce.com\/apexpages\/setup\/listApexComponent*", "https:\/\/*.salesforce.com\/00X?setupid=CommunicationTemplates*" ], "js": [ "jquery-1.8.2.min.js", "jQueryCookie.js", "forceTK.js", "contentscript.js" ] } ], "permissions": [ "cookies" ] } |