Sync Salesforce Contacts to Google by cloudHQ

Get all your Salesforce® contacts on your phone and in your Gmail by copying them into Google Contacts (and keeping them in sync)

Sync Salesforce Contacts to Google by cloudHQとは何ですか?

Sync Salesforce Contacts to Google by cloudHQはhttps://cloudhq.netによって開発されたChromeの拡張機能で、その主な機能は「Get all your Salesforce® contacts on your phone and in your Gmail by copying them into Google Contacts (and keeping them in sync)」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sync Salesforce Contacts to Google by cloudHQ拡張機能のCRXファイルをダウンロード

Sync Salesforce Contacts to Google by cloudHQ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Import all your Salesforce contacts to your Google Contacts so that you can access your clients' information whenever you need it. 

Having your Salesforce contacts available in Gmail is smart because Gmail is notoriously recognized for using less bandwidth than any other email solution. 

This means that you'll be able to send an email easily, and you won't need to hassle with trying to locate your clients' information in Salesforce's bandwidth-heavy platform. In fact, with Gmail's auto fill email, you'll save time time trying to figure out your clients' names or email addresses. 

This is also true for your phone. As messages are shorter and more time sensitive, texting or calling your clients might be more desirable. 

Once you sync your Salesforce contacts with your Google Contacts, you'll automatically have all your Google Contacts in your Gmail email. Here's how to get it on your mobile devices: 

For an Android device, you can follow these 9 steps:
1. Press the menu button on the Android device and tap “Settings.”
2. Tap “Accounts and sync.”
3. Tap the “Add account” button.
4. Tap “Google.”
5. Tap the “Next” button.
6. Tap “Sign in” and enter your Gmail login information. If you don’t already have a Gmail account, tap the “Create” button instead and fill in the form provided.
7. Tap the “Sign in” button. The device will download the Gmail account’s information.
8. Tap the “Sync Contacts” option.
9. Tap the “Finish” button. 

For an apple device, you can follow these 3 simple steps: 
1. Tap Settings > Mail, Contacts, Calendars > Add Account > Other > Add CardDav Account.
2. Enter the following information in the fields:
    - Server: google.com
    - User Name: Enter your Google email address
    - Password: Your Google password
3. Select Next at the top of the screen to complete the setup.
After you have completed the setup, open the Contacts app on your Apple device. Syncing should begin automatically.

With cloudHQ, you can rest assured that even as you add more Salesforce contacts, your Google Contacts will always be up-to-date without you having to do anything further.  And by extension, this also means your phone contacts and your Gmail contacts will also be kept up-to-date.

Go ahead and install this extension - and our reliable service is trusted by some of the world's best companies like Uber, HP, and Gartner.

cloudHQ. Helping salespeople become more successful one productivity tool at a time.                    

拡張機能の基本情報

名前 Sync Salesforce Contacts to Google by cloudHQ Sync Salesforce Contacts to Google by cloudHQ
ID madljjkeanhoocbnlfehnahfikjbnnhl
公式URL https://chromewebstore.google.com/detail/sync-salesforce-contacts/madljjkeanhoocbnlfehnahfikjbnnhl
説明 Get all your Salesforce® contacts on your phone and in your Gmail by copying them into Google Contacts (and keeping them in sync)
ファイルサイズ 183 KB
インストール数 1,141
現在のバージョン 1.0.0.7
最終更新日 2020-05-11
公開日 2020-05-08
評価 4.58/5 合計 19 レビュー
開発者 https://cloudhq.net
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://cloudhq.net/chrome_extensions
ヘルプページのURL https://support.cloudhq.net/
プライバシーポリシーページのURL https://www.cloudhq.net/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Sync Salesforce Contacts to Google by cloudHQ",
    "short_name": "Sync Salesforce Contacts to Google by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_salesforce_contacts_to_google_contacts.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_salesforce_contacts_to_google_contacts_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.7",
    "description": "Get all your Salesforce\u00ae contacts on your phone and in your Gmail by copying them into Google Contacts (and keeping them in sync)",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}