New Tab Page for Salesforce
Search and access Salesforce and Chatter resources from your New Tab Page!
New Tab Page for Salesforceคืออะไร?
New Tab Page for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kylpo.com และคุณลักษณะหลักของมันคือ "Search and access Salesforce and Chatter resources from your New Tab Page!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Page for Salesforce
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Page for Salesforce ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
<< NOT BEING ACTIVELY DEVELOPED >> This extension, when installed and enabled, will replace Chrome's new tab page with a page that has access to Salesforce and Chatter resources and search. See recent records, recent posts, and navigate directly to them in salesforce.com with a click. Don't worry if you currently use the Google search bar and Top Sites of the default Chrome new tab page: this extension has that functionality as well. Note: this is NOT an official Salesforce project. Salesforce is not responsible for this extension. Permissions explanation: "Access your data on *.salesforce.com" - Used to get salesforce.com cookies to access the APIs. "Read and modify your browsing history" - Used to access Chrome's topSites API - See https://developer.chrome.com/extensions/permission_warnings?#warnings
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab Page for Salesforce |
ID | bdkpbeeciefhcpfalplbnnfdkijejbmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-page-for-salesfor/bdkpbeeciefhcpfalplbnnfdkijejbmj |
คำอธิบาย | Search and access Salesforce and Chatter resources from your New Tab Page! |
ขนาดไฟล์ | 4.55 MB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2016-05-11 |
วันที่เผยแพร่ | 2016-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.kylpo.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kylpo/new-tab-page-for-salesforce |
URL หน้าช่วยเหลือ | http://bit.ly/ntp4salesforceFAQ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page for Salesforce", "description": "Search and access Salesforce and Chatter resources from your New Tab Page!", "version": "0.1.5", "background": { "scripts": [ ".\/build\/background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "https:\/\/*.salesforce.com\/", "cookies", "identity", "topSites", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |