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!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл 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 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
}