Chrome Publisher for Salesforce
Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page.
Chrome Publisher for Salesforceคืออะไร?
Chrome Publisher for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kylpo.com และคุณลักษณะหลักของมันคือ "Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Publisher for Salesforce
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Publisher for Salesforce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
<< NOT BEING ACTIVELY DEVELOPED >>
[Currently in an ALPHA state since only Chatter actions are enabled. Also, a preview of personal actions (#TIL and #MyDay) made it in. Watch the video for more details.]
This extension brings the power and convenience of Salesforce1's Publisher, right into the browser! No longer will you need to open a salesforce.com page, just to send a post/poll/link.
While browsing the web, simply click the icon in the upper right of Chrome to get started.
Note: this is NOT an official Salesforce project. Salesforce is not responsible for this extension.
Permissions explanation:
"Access your data on *.salesforce.com"
- Needed to access salesforce.com APIs. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iicjicoidokejlhbgdpbfphddeifhnjb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-publisher-for-sale/iicjicoidokejlhbgdpbfphddeifhnjb |
| คำอธิบาย | Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page. |
| ขนาดไฟล์ | 5.05 MB |
| จำนวนการติดตั้ง | 131 |
| เวอร์ชันปัจจุบัน | 0.0.9 |
| อัปเดตครั้งล่าสุด | 2016-05-11 |
| วันที่เผยแพร่ | 2016-05-10 |
| คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://www.kylpo.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/kylpo/chrome-publisher-for-salesforce |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Publisher for Salesforce",
"description": "Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page.",
"version": "0.0.9",
"icons": {
"16": "icon-sfdc.png",
"48": "icon-sfdc.png",
"128": "icon-sfdc.png"
},
"permissions": [
"https:\/\/*.salesforce.com\/",
"identity",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.built.js"
]
},
"browser_action": {
"default_icon": "icon-sfdc.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"global": true
}
}
} | |