Smart vCard for Salesforce

Export Salesforce Contact, Account, Lead as vCard

Smart vCard for Salesforceとは何ですか?

Smart vCard for SalesforceはAstrea IT Servicesによって開発されたChromeの拡張機能で、その主な機能は「Export Salesforce Contact, Account, Lead as vCard」です。

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

screenshot

Smart vCard for Salesforce拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With Astrea Smart vCard user can manage their contacts efficiently. User can transfer the contacts from Salesforce to your phone contacts. It becomes very easy to export your Salesforce contacts as vcards. Contact information can be exported from Accounts, Contacts and Leads as a VCF 3.0 file format.

Key features of the Extension

* Export contacts in VCF 3.0 format
* Add contacts to any eMail software like Google mail or Outlook as contact
* Import contact to phone contacts with all the fields

Exporting and Importing the vCard

* For exporting the vCard extension, select any contact, account or lead on the lightning contact detail page
* Click on the vCard chrome extension
* Now the file will be downloaded on your system and will be ready to email or sync with your phone or eMail system.

Thus Astrea Smart vCard extension can export any of your contact, Account and Lead to the vCard format.

Please contact us at [email protected] for any queries. For additional information visit our website http://astreait.com/Astrea_SmartvCard_Chrome_Extension/                    

拡張機能の基本情報

名前 Smart vCard for Salesforce Smart vCard for Salesforce
ID hbhofchaaflghhonfmmcmbdjmlcfldgm
公式URL https://chromewebstore.google.com/detail/smart-vcard-for-salesforc/hbhofchaaflghhonfmmcmbdjmlcfldgm
説明 Export Salesforce Contact, Account, Lead as vCard
ファイルサイズ 159 KB
インストール数 566
現在のバージョン 1.5
最終更新日 2021-02-04
公開日 2019-03-29
評価 5.00/5 合計 13 レビュー
開発者 Astrea IT Services
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://astreait.com/Astrea_SmartvCard_Chrome_Extension/
ヘルプページのURL http://astreait.com/contact-us/
対応言語 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "\/scripts\/jquery-1.11.1.min.js",
            "background.js",
            "\/scripts\/jsforce.min.js",
            "\/scripts\/forcetk.ui.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128by128icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "description": "Export Salesforce Contact, Account, Lead as vCard",
    "icons": {
        "128": "images\/128by128icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1pfaXZ5IjeCtkQAfrkull2qVHnX2kq\/\/0CDF0EcnAJMZXC5hDmteqLeWmuK51ij1aojA46yyWD237ytJUYXQI7FTM6vcP5X932DBvaAT10LzgLdL8tJm5yRph3wtsde4G1ORePY9uDrDpZqwMeKIvRjHVMgDgWYBcWSKRkemkGsqThRmClXjfkosypwoYrdcH8bnlBa\/hxSab0\/sym0h\/JGbofriPI3qSYMnDuEH1DmIYvVB+sRsATGig7tjfshlRMWvUlfFWJObaxN90eEuxSOv30R8Mx6wPrW3iw8hd0Q8IQYEE2WnUTVbMgVJQz4tR\/07x1DpVRlu01Bch+W8xQIDAQAB",
    "manifest_version": 2,
    "name": "Smart vCard for Salesforce",
    "permissions": [
        "cookies",
        "activeTab",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}