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

什么是Zoho SSS?

Zoho SSS是由Raja S开发的Chrome扩展程序,该扩展的主要功能是“SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email”。

扩展截图

screenshot

下载Zoho SSS扩展crx文件

下载Zoho SSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Zoho SSS Zoho SSS
ID mmpblpppnhopmegmgdcmfecbiofkpegf
官方URL https://chromewebstore.google.com/detail/zoho-sss/mmpblpppnhopmegmgdcmfecbiofkpegf
简介 SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email
文件大小 8.97 KB
安装次数 236
当前版本 1.0
更新时间 2014-02-22
上架时间 2014-02-22
评分 5.00/5 共5次评分
开发者 Raja S
付费类型 free
支持的语言 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"
}