Smart vCard for Salesforce

Export Salesforce Contact, Account, Lead as vCard

Τι είναι το Smart vCard for Salesforce;

Το Smart vCard for Salesforce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Astrea IT Services, και η κύρια λειτουργία του είναι "Export Salesforce Contact, Account, Lead as vCard".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Smart vCard for Salesforce

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
}