New Tab Page for Salesforce

Search and access Salesforce and Chatter resources from your New Tab Page!

O que é New Tab Page for Salesforce?

New Tab Page for Salesforce é uma extensão do Chrome desenvolvida por https://www.kylpo.com, e sua principal característica é "Search and access Salesforce and Chatter resources from your New Tab Page!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Page for Salesforce

Baixe arquivos de extensão New Tab Page for Salesforce no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome New Tab Page for Salesforce New Tab Page for Salesforce
ID bdkpbeeciefhcpfalplbnnfdkijejbmj
URL Oficial https://chromewebstore.google.com/detail/new-tab-page-for-salesfor/bdkpbeeciefhcpfalplbnnfdkijejbmj
Descrição Search and access Salesforce and Chatter resources from your New Tab Page!
Tamanho do Arquivo 4.55 MB
Contagem de Instalações 324
Versão Atual 0.1.5
Última Atualização 2016-05-11
Data de Publicação 2016-05-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.kylpo.com
Tipo de Pagamento free
Site da Extensão https://github.com/kylpo/new-tab-page-for-salesforce
URL da Página de Ajuda http://bit.ly/ntp4salesforceFAQ
Idiomas Suportados 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
}