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

Qu'est-ce que Zoho SSS ?

Zoho SSS est une extension Chrome développée par Raja S, et sa fonction principale est "SSS-Send,Search,Share.Select Text-Send using ZMail or Search in ZSearch,ZPeople.Click icon to share a current page link via email".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoho SSS

Téléchargez les fichiers d'extension Zoho SSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoho SSS Zoho SSS
ID mmpblpppnhopmegmgdcmfecbiofkpegf
URL Officiel 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
Taille du Fichier 8.97 KB
Nombre d'Installations 236
Version Actuelle 1.0
Dernière Mise à Jour 2014-02-22
Date de Publication 2014-02-22
Évaluation 5.00/5 Total 5 Évaluations
Développeur Raja S
Type de Paiement free
Langues Prises en Charge 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"
}