Zoho SSS

SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email

O que é Zoho SSS?

Zoho SSS é uma extensão do Chrome desenvolvida por Raja S, e sua principal característica é "SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zoho SSS

Baixe arquivos de extensão Zoho SSS 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

                        This extension will do

1/ Search a selected text in Zoho Search and Zoho People.

    - Zoho Search is an universal search by Zoho which will give us the result among Mail, Docs, Contacts. 

    - Zoho People will be useful if you use it for internal HR management process

2/ Also it will auto populate the selected text as content of the Zoho Mail, so that you can easily send a selected text via Zoho Mail

3/ When you click on icon in the extension bar, automatically it will populate a title and set content as a current tab url in Zoho Mail which is totally like Firefox's "Email Link" feature

I am one of the fan of Zoho Products.                    

Informações Básicas da Extensão

Nome Zoho SSS Zoho SSS
ID mmpblpppnhopmegmgdcmfecbiofkpegf
URL Oficial https://chromewebstore.google.com/detail/zoho-sss/mmpblpppnhopmegmgdcmfecbiofkpegf
Descrição SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email
Tamanho do Arquivo 8.97 KB
Contagem de Instalações 236
Versão Atual 1.0
Última Atualização 2014-02-22
Data de Publicação 2014-02-22
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Raja S
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoho SSS",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "description": "SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email",
    "icons": {
        "128": "mail_find.png"
    },
    "browser_action": {
        "default_icon": "mail_find.png",
        "default_title": "Zoho SSS"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.0"
}