Share Google Contacts with Shared Contacts®

Share Google Contacts with Shared Contacts®

Share Google Contacts like you share Google Docs with Gmail and Google Workspace (G Suite) users using Shared Contacts for Gmail®.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Share Google Contacts with Shared Contacts®",
  "version": "2023.4.19",
  "description": "Share Google Contacts like you share Google Docs with Gmail and Google Workspace (G Suite) users using Shared Contacts for Gmail®.",
  "author": "Stephane Cohen",
  "signature": "https://app.getsharedcontacts.com",
  "short_name": "GSCExtension",
  "icons": {
    "128": "/img/gscLogo.png"
  },
  "background": {
    "service_worker": "backgroud_chrome_app.js"
  },
  "action": {
    "default_icon": {
      "16": "/img/gscLogo.png",
      "24": "/img/gscLogo.png",
      "32": "/img/gscLogo.png"
    },
    "default_title": "Shared Contacts For Gmail",
    "default_popup": "popup_chrome_app.html"
  }
}