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是由https://www.kylpo.com开发的Chrome扩展程序,该扩展的主要功能是“Search and access Salesforce and Chatter resources from your New Tab Page!”。
扩展截图
下载New Tab Page for Salesforce扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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
} | |