VCard Converter (Outlook & Gmail)

VCard Converter (Outlook & Gmail)

Converte CSV to vCard (outlook, google or any CSV contacts file)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VCard Converter (Outlook & Gmail)",
  "version": "1.2",
  "description": "Converte CSV to vCard (outlook, google or any CSV contacts file)",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Converte CSV to vCard (outlook, google or any CSV contacts file)",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  }
}