Yathit: SuiteCRM for Gmail

Yathit SuiteCRM for Gmail is a secure delightful time-saving tool for SugarCRM users in Gmail.

Yathit: SuiteCRM for Gmail란 무엇입니까?

Yathit: SuiteCRM for Gmail은(는) https://yathit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yathit SuiteCRM for Gmail is a secure delightful time-saving tool for SugarCRM users in Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Yathit: SuiteCRM for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Yathit Chrome Extension is a secure delightful time-saving tool for SugarCRM users in Gmail.

Stop switching back and forth between your inbox and CRM portal. Set up for you and your team a perfect process for numerous use-cases, including Sales, Marketing, Support, and more.

Features:

 ★ Automatically show Contacts/Lead/Accounts record from CRM base on email recipients.
 ★ The record detail panel also show related Cases, Opportunities, Tasks, etc.
 ★ If recipients/sender email is not already exist in CRM, create a new Contacts/Lead/Accounts record with one click.
 ★ Edit CRM record inside Gmail.
 ★ Archive email message to CRM with attachments. Or upload attachment to Documents module.
 ★ Use SugarCRM Email Template in Gmail compose panel.

Works with SugarCRM/SuiteCRM all editions  including community, professional and ultimate editions from 6.5 to the latest versions.                    

확장 프로그램 기본 정보

이름 Yathit: SuiteCRM for Gmail Yathit: SuiteCRM for Gmail
ID iccdnijlhdogaccaiafdpjmbakdcdakk
공식 URL https://chromewebstore.google.com/detail/yathit-suitecrm-for-gmail/iccdnijlhdogaccaiafdpjmbakdcdakk
설명 Yathit SuiteCRM for Gmail is a secure delightful time-saving tool for SugarCRM users in Gmail.
파일 크기 698 KB
설치 횟수 528
현재 버전 13.7.0
최근 업데이트 2022-09-25
출시 날짜 2019-09-30
평점 5.00/5 총 13 개의 평점
개발자 https://yathit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yathit.com
도움말 페이지 URL https://www.yathit.com/kb/
개인정보 보호 정책 페이지 URL https://www.yathit.com/privacy.html
지원되는 언어 de,en,fr,tr,es,it,pl,ru,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yathit: SuiteCRM for Gmail",
    "short_name": "Yathit: SuiteCRM for Gmail",
    "description": "Yathit SuiteCRM for Gmail is a secure delightful time-saving tool for SugarCRM users in Gmail.",
    "version": "13.7.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/environment.js",
            "jsc\/ydn.crm.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/inj.css"
            ],
            "js": [
                "js\/environment.js",
                "js\/product.js",
                "jsc\/crmininbox.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "option-page.html",
        "login.html",
        "popup.html",
        "inj-template.html",
        "jsc\/*",
        "image\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/ssl.gstatic.com ",
    "permissions": [
        "identity",
        "storage",
        "activeTab",
        "gcm",
        "notifications",
        "alarms",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.yathit.com\/*",
        "https:\/\/mail-attachment.googleusercontent.com\/*"
    ],
    "incognito": "spanning",
    "optional_permissions": [
        "pageCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "option-page.html",
    "icons": {
        "16": "image\/logo.png",
        "128": "image\/logo-128.png"
    },
    "oauth2": {
        "client_id": "164649788853-tsu2krbup1585t3kl5u9dggks26sd7ln.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7DF1n0MWKwMapvJz+nMyWtZ9zKRQVxxSDKNzSzyJ+tAJk5g8rf4+jLeT\/K57rByIuJmZcW6+eKbY7Ga0RPXcto4xOXNmOSTQkjM6vQg8YjfPDVXVXJy7\/44jfagJST0jl42Jkp6zHsAhtNuw8v970BDVSU6mL1CDHx8wJTFvttYJelvUI142mWLk68DHJdmdLtDvyBQl0PdP5OIjJPm8ZNUYLJetvep1IsSCHiqK5cZ0QE6rurB3FzknVhAikPE8crAl4moXS\/6C29pHcJXkXTbgAYg28efJ8rpz9XmX9vg+I1NrvQWwLQn61pwow+JzoZGn4mpwH7YtXI\/1kb98twIDAQAB",
    "minimum_chrome_version": "37"
}