Salesforce Org Credentials
This extension to store force.com org Credentials.
Salesforce Org Credentialsคืออะไร?
Salesforce Org Credentials เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ratan.paul22 และคุณลักษณะหลักของมันคือ "This extension to store force.com org Credentials."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Org Credentials
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Org Credentials ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This App to store the salesforce org credentials
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salesforce Org Credentials |
ID | bnoghienpbnblhpmoeamfgjjcjikagkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-org-credential/bnoghienpbnblhpmoeamfgjjcjikagkh |
คำอธิบาย | This extension to store force.com org Credentials. |
ขนาดไฟล์ | 226 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-11 |
วันที่เผยแพร่ | 2016-11-11 |
ผู้พัฒนา | ratan.paul22 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Org Credentials", "description": "This extension to store force.com org Credentials.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |