Contact Share for Google Contacts

Contact Share for Google Contacts

the most convenient tool to automatically transfer and save thousands of Google contacts to another user’s google Account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "ContactShare",
  "version": "0.0.1.0002",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "static/img/favicon/favicon_128x128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "static/img/favicon/favicon_128x128.png",
    "48": "static/img/favicon/favicon_128x128.png",
    "128": "static/img/favicon/favicon_128x128.png"
  },
  "web_accessible_resources": [
    "static/img/favicon/favicon_128x128.png"
  ]
}