Cliently for Salesforce

Cliently extension for Salesforce.

Cliently for Salesforce란 무엇입니까?

Cliently for Salesforce은(는) https://cliently.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cliently extension for Salesforce."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cliently for Salesforce 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *Made by salespeople for salespeople*

The Cliently Chrome extension allows users to control lead engagement within Salesforce more efficiently.

Keep your contacts and leads engaged by sending them personalized emails, video messages physical postcards, handwritten notes, and gifts directly from within Salesforce.

This extension is compatible with both Salesforce Classic and Lightning.

*Additional Benefits of Cliently for Salesforce:*
Works with Salesforce Lead, Contact and Opportunities
Syncs (Pushes) your Salesforce records to Cliently
Work from within Cliently or Salesforce                    

확장 프로그램 기본 정보

이름 Cliently for Salesforce Cliently for Salesforce
ID inmlkppdnkhhekbkmceggofafoecigno
공식 URL https://chromewebstore.google.com/detail/cliently-for-salesforce/inmlkppdnkhhekbkmceggofafoecigno
설명 Cliently extension for Salesforce.
파일 크기 26.58 KB
설치 횟수 60
현재 버전 2020.1107.105.124 (prod)
최근 업데이트 2020-04-16
출시 날짜 2020-04-15
평점 5.00/5 총 2 개의 평점
개발자 https://cliently.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/main\/*",
        "\/libs\/*",
        "\/assets\/*",
        "\/assets\/images\/*",
        "\/assets\/styles\/*"
    ],
    "manifest_version": 2,
    "version": "2020.1107.105.124",
    "version_name": "2020.1107.105.124 (prod)",
    "name": "Cliently for Salesforce",
    "description": "Cliently extension for Salesforce.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAksZBF62juPEcCAdo5\/QytYlJsAcZt8L+L1byebd2rTpGxP3R28WM8qxfM4N\/ytMzSEEZnk0XB4WGMGK+8vzPYA+KUbAeSZ4CZwgUgQyPAPRmsSFkLwYqfOHBsz+h6DRzyWjN7a8KfuHgGH8tZTXhKIEt+PvaXP5D4wE91rzvv6TMq9EmKpvrU\/FHtXAndufBTNprVhTheSoQyU2oBlpy4N9qm9YAPw1IHA6fBqzM9di5rLve+bDl9rjc473BsiUSo9V6AHnFJ9K0cSuQrZsB11hg\/97hbxHBxG6oH0wQFqjPAeTSNrGvtJTolwG0i4ftrw+9hZbq2+GXbQoXc\/2ziwIDAQAB",
    "permissions": [
        "activeTab",
        "externally_connectable",
        "storage",
        "tabs",
        "https:\/\/*.cliently.com\/",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cliently.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "Cliently"
    },
    "icons": {
        "16": "assets\/images\/logo\/cliently_logo_red_16px.png",
        "32": "assets\/images\/logo\/cliently_logo_red_32px.png",
        "48": "assets\/images\/logo\/cliently_logo_red_48px.png",
        "128": "assets\/images\/logo\/cliently_logo_red_128px.png",
        "512": "assets\/images\/logo\/cliently_logo_red_512px.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}