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
}  |  |