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
What is Zoho SSS?
Zoho SSS is a Chrome extension developed by Raja S, and its main feature is "SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email".
Extension Screenshots
Download Zoho SSS Extension CRX File
Download Zoho SSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zoho SSS |
ID | mmpblpppnhopmegmgdcmfecbiofkpegf |
Official URL | https://chromewebstore.google.com/detail/zoho-sss/mmpblpppnhopmegmgdcmfecbiofkpegf |
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 |
File Size | 8.97 KB |
Installation Count | 236 |
Current Version | 1.0 |
Last Updated | 2014-02-22 |
Publish Date | 2014-02-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Raja S |
Payment Type | free |
Supported Languages | 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" } |