SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
SalesForce Id Lookupคืออะไร?
SalesForce Id Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moshekarmel.com และคุณลักษณะหลักของมันคือ "This extension will Take a SalesForce Id and open up the actual record in SalesForce"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SalesForce Id Lookup
ดาวน์โหลดไฟล์ส่วนขยาย SalesForce Id Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
คำอธิบาย | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
ขนาดไฟล์ | 7.81 KB |
จำนวนการติดตั้ง | 395 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2015-06-05 |
วันที่เผยแพร่ | 2015-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://moshekarmel.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SalesForce Id Lookup", "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce", "version": "1.3", "browser_action": { "default_icon": "cloud_icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |