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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
<< 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 } |