Salesforce Utility
Utility tools for Salesforce
Salesforce Utilityคืออะไร?
Salesforce Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew และคุณลักษณะหลักของมันคือ "Utility tools for Salesforce"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Utility
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Current features: v2.3.1 - Check all and uncheck all Read Only/Edit/Enabled in Permission Sets v2.3 - Check all and uncheck all Read Only/Edit in Field Level Security in Profiles v2.2.3 - View all APEX classes at once - View all triggers at once - View all VisualForce Pages at once - Increase APEX Class coding height - Static warning bar at top of page in production environment
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salesforce Utility |
ID | dlfabakdfnfmndnnmnmkebjhoaenkimp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp |
คำอธิบาย | Utility tools for Salesforce |
ขนาดไฟล์ | 89.7 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 2.3.4 |
อัปเดตครั้งล่าสุด | 2017-01-03 |
วันที่เผยแพร่ | 2017-01-03 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Matthew |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Utility", "description": "Utility tools for Salesforce", "version": "2.3.4", "permissions": [ "webRequest", "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "icons": { "16": "logo.jpg", "48": "logo.jpg", "128": "logo.jpg" }, "page_action": { "default_icon": "logo.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "js": [ "jquery\/jquery.js", "content-script.js" ] } ] } |