{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
.vcf Other

VCF (Kontak vCard)

VCF adalah format standar untuk kartu nama elektronik, menyimpan informasi kontak — nama, nomor telepon, email, alamat, foto, dan profil media sosial. Format ini digunakan untuk berbagi kontak antar ponsel, klien email, dan sistem CRM.

Tipe MIME

text/vcard

Tipe

Teks

Kompresi

Lossless

Kelebihan

  • + Universal support on iOS, Android, Outlook, and all contact apps
  • + Human-readable plain-text format
  • + Supports photos, multiple addresses, and custom fields
  • + Easy to batch-import contacts from a single file

Kekurangan

  • Version differences (2.1, 3.0, 4.0) cause compatibility issues
  • Encoding issues with non-ASCII characters in older versions
  • No native support for contact grouping or relationships

Kapan Menggunakan .VCF

Gunakan VCF untuk berbagi kontak antar ponsel, mengimpor ke buku alamat, dan mengekspor kontak dari sistem CRM.

Detail Teknis

File VCF adalah teks biasa yang dimulai dengan BEGIN:VCARD dan diakhiri dengan END:VCARD. Properti meliputi FN (nama lengkap), TEL (telepon), EMAIL, ADR (alamat), dan PHOTO (dikodekan base64 atau URL). Beberapa kontak dapat digabungkan dalam satu file.

Riwayat

Internet Mail Consortium menerbitkan vCard 2.1 pada tahun 1996. Versi 3.0 (RFC 2426, 2001) dan 4.0 (RFC 6350, 2011) menambahkan alamat terstruktur, foto, pesan instan, dan kemampuan perluasan.

Konversi dari .VCF

Konversi ke .VCF

Format Terkait