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」です。
拡張機能のスクリーンショット
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 |
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" } |