Zoho CRM for Gmail

A quick way to manage and add leads, contacts to Zoho CRM from Gmail.

Co to jest Zoho CRM for Gmail?

Zoho CRM for Gmail to rozszerzenie Chrome opracowane przez https://zoho.com, a jego główną funkcją jest „A quick way to manage and add leads, contacts to Zoho CRM from Gmail.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zoho CRM for Gmail

Pobierz pliki rozszerzeń Zoho CRM for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Highlights:

• Create new leads and contacts right from Gmail.
• See complete lead/contact detail when you open a mail. 
• Add tasks, events, log calls for a customer. 
• Create deals and notes for instant update. 
• FREE extension; no credit card required.
• Installs in seconds, easy to use. 
 
⦿ Manage your Zoho CRM from Gmail. 

Why switch windows when you can manage your CRM from Gmail? Zoho CRM for Gmail shows you a complete customer profile immediately upon opening an email from the customer. Instantly view customers’ contact information without opening Zoho CRM. You can create new Contacts and Leads, and log calls, add tasks, events, allowing you to keep better track of prospective deals and customers. 

⦿ Keep track of all your information.

Convert leads to contacts, add, edit and delete notes, events, tasks, log calls using this powerful extension. It's easy to use interface helps you see all the information when you need it. 

⦿ Make the most out of your CRM investment.

Increase your ROI by entering timely and accurate information about your leads and contacts in your CRM system. Create tasks and notes to keep your CRM always updated.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoho CRM for Gmail Zoho CRM for Gmail
ID ojhlgnehlajjgpneocngnphjellkjgch
Oficjalny URL https://chromewebstore.google.com/detail/zoho-crm-for-gmail/ojhlgnehlajjgpneocngnphjellkjgch
Opis A quick way to manage and add leads, contacts to Zoho CRM from Gmail.
Rozmiar pliku 1.31 MB
Liczba instalacji 36,646
Aktualna Wersja 1.0.1.44
Ostatnia Aktualizacja 2024-01-09
Data Publikacji 2020-06-11
Ocena 3.96/5 Łącznie 73 Oceny
Deweloper https://zoho.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.zoho.com/privacy.html
Obsługiwane Języki de,en,fr,nl,vi,tr,da,es,it,hu,pl,pt-BR,pt-PT,sv,cs,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bground.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Crm-16.png"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/mail.google.com\/*&view=btop*"
            ],
            "js": [
                "app\/inboxsdk.js",
                "lib\/jquery-1.11.1.js",
                "app\/serveri18n.js",
                "app\/app.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "app\/inline.js"
            ],
            "matches": [
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.com\/",
                "https:\/\/zoho.com\/",
                "http:\/\/*.zoho.com\/*",
                "http:\/\/*.zoho.com\/",
                "http:\/\/zoho.com\/"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [
                "css\/helpdoc.css"
            ],
            "js": [
                "js\/helpdoc.js"
            ],
            "matches": [
                "https:\/\/www.zoho.com\/crm\/help\/zoho-crm-for-gmail-and-inbox.html?contentscript=zcrmgme"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_matches": [
                "https:\/\/mail.google.com\/*&view=btop*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "app\/serveri18n.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/www.zoho.com\/crm\/help\/zoho-crm-for-gmail-and-inbox.html https:\/\/www.youtube.com\/embed\/zrxJEdGQKvs;",
    "default_locale": "en",
    "description": "A quick way to manage and add leads, contacts to Zoho CRM from Gmail.",
    "icons": {
        "128": "images\/Crm-128.png",
        "16": "images\/Crm-16.png",
        "32": "images\/Crm-32.png"
    },
    "incognito": "not_allowed",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAslhCT4pI00u9E\/89kauibHXwMtHUxYHe4V7yh5d6KycFY4nq+LZtaoW3PQkQ2IVjpIPHQVvHqDMSRuftegnBT7CE7gXGwx0vnuSGMcwVMQe6snfYI0IMlaH6pxHPa840eVvOHBBDUaehJMsRTRoE7mc12QdZx7smutw\/4LJElxn5u9uH5odkX1WhW2VUCCe1O8h\/f59qUXjLB1gwTV+pltcvp2lrwNPx2oo0yVLVe7hxI8w+dkoZZYaJy\/THEOKbXyavIWQm2AnbScNY08fR8\/nxRAT5V4fbQZXXqHtCbKZF8tWF42i1MOXcP\/PAAsXb3A7liyWr1GmYFliAeFOLnwIDAQAB",
    "manifest_version": 2,
    "name": "Zoho CRM for Gmail",
    "oauth2": {
        "client_id": "469571659015-6kkhsu980l43veluj1qofl95ebdhhgpc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "options_page": "html\/options.html",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/accounts.zoho.com\/",
        "https:\/\/www.zoho.com\/",
        "https:\/\/crm.zoho.com\/",
        "https:\/\/crm.zoho.eu\/",
        "https:\/\/crm.zoho.in\/",
        "https:\/\/crm.zoho.com.au\/",
        "https:\/\/crm.zoho.jp\/",
        "https:\/\/crm.zoho.uk\/",
        "https:\/\/crm.zohocloud.ca\/",
        "https:\/\/crm.zoho.sa\/",
        "https:\/\/gadgets.zoho.com\/",
        "https:\/\/gadgets.zoho.eu\/",
        "https:\/\/gadgets.zoho.in\/",
        "https:\/\/gadgets.zoho.com.au\/",
        "https:\/\/gadgets.zoho.jp\/",
        "https:\/\/gadgets.zoho.uk\/",
        "https:\/\/gadgets.zohocloud.ca\/",
        "https:\/\/gadgets.zoho.sa\/",
        "cookies",
        "storage",
        "unlimitedStorage",
        "identity",
        "tabs",
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1.44",
    "web_accessible_resources": [
        "html\/account-inner.html",
        "html\/account.html",
        "html\/activity.html",
        "html\/add-task.html",
        "html\/auth.html",
        "html\/authGoogle.html",
        "html\/call-inner.html",
        "html\/campaign-inner.html",
        "html\/campaign.html",
        "html\/contact-info.html",
        "html\/create-account.html",
        "html\/create-campaign.html",
        "html\/create-event.html",
        "html\/create-form.html",
        "html\/create-potential.html",
        "html\/diff-account.html",
        "html\/event-inner.html",
        "html\/extract.html",
        "html\/help.html",
        "html\/lc-disabled.html",
        "html\/lead-info.html",
        "html\/loading-percentage.html",
        "html\/loading.html",
        "html\/loga-call.html",
        "html\/login-register.html",
        "html\/login.html",
        "html\/mylogin.html",
        "html\/no-crmacc.html",
        "html\/options.html",
        "html\/potential-inner-old.html",
        "html\/potential-inner-old1.html",
        "html\/potential-inner.html",
        "html\/potential.html",
        "html\/quick-createform.html",
        "html\/support.html",
        "html\/settings.html",
        "html\/task-inner.html",
        "html\/user-info.html",
        "html\/welcome.html",
        "css\/account-inner.css",
        "css\/account.css",
        "css\/activity.css",
        "css\/add-task.css",
        "css\/auth.css",
        "css\/call-inner.css",
        "css\/campaign-inner.css",
        "css\/campaign.css",
        "css\/chosen.min.css",
        "css\/contact-info.css",
        "css\/create-account.css",
        "css\/create-campaign.css",
        "css\/create-event.css",
        "css\/create-form.css",
        "css\/create-potential.css",
        "css\/default.css",
        "css\/event-inner.css",
        "css\/extract.css",
        "css\/glDatePicker.darkneon.css",
        "css\/glDatePicker.default.css",
        "css\/glDatePicker.flatwhite.css",
        "css\/helpdoc.css",
        "css\/imidatepicker.css",
        "css\/lato_font.css",
        "css\/lead-info.css",
        "css\/loading.css",
        "css\/loga-call.css",
        "css\/login.css",
        "css\/Montserrat-style.css",
        "css\/options.css",
        "css\/potential-inner-old1.css",
        "css\/potential-inner.css",
        "css\/potential.css",
        "css\/reset.css",
        "css\/select.css",
        "css\/sidebar_inbox.css",
        "css\/sidebar.css",
        "css\/sidebarall.css",
        "css\/task-inner.css",
        "css\/user-info.css",
        "css\/welcome.css",
        "css\/zccg.css",
        "images\/account.svg",
        "images\/activity.svg",
        "images\/arrow_down.svg",
        "images\/arrow_extract.svg",
        "images\/authenticate.svg",
        "images\/backto_mail.svg",
        "images\/campaign_fill.svg",
        "images\/campaign.svg",
        "images\/chosen-sprite.png",
        "images\/cloud.svg",
        "images\/compan.svg",
        "images\/company.svg",
        "images\/contact.svg",
        "images\/crm_logo.svg",
        "images\/Crm-16.png",
        "images\/Crm-32.png",
        "images\/Crm-128.png",
        "images\/deal.svg",
        "images\/designation.svg",
        "images\/digit.svg",
        "images\/extension_sprite.png",
        "images\/external_linkic.svg",
        "images\/fax.svg",
        "images\/help.svg",
        "images\/home.svg",
        "images\/info.svg",
        "images\/menu.svg",
        "images\/mobile.svg",
        "images\/more.svg",
        "images\/no_activity.jpg",
        "images\/no_campaigns.svg",
        "images\/no_internet.svg",
        "images\/no_potential.svg",
        "images\/retry_authimg.png",
        "images\/server_error.svg",
        "images\/setting_ic.svg",
        "images\/slide_ic.svg",
        "images\/sprite.png",
        "images\/support_ic.svg",
        "images\/support_ic1.svg",
        "images\/user_img.png",
        "images\/user1.png",
        "images\/user2.png",
        "images\/user3.png",
        "images\/user4.png",
        "images\/user5.png",
        "images\/zohocrm_hand.svg",
        "images\/zohohand.png",
        "cookies"
    ]
}