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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 New Tab Page for Salesforce New Tab Page for Salesforce
ID bdkpbeeciefhcpfalplbnnfdkijejbmj
官方網址 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
}