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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |