Cloze Relationship Management

Cloze Relationship Management

The no-work way to see everything about your contacts in one place. Email, phone calls, meetings, notes, follow-ups and social.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cloze Relationship Management",
  "short_name": "Cloze",
  "description": "The no-work way to see everything about your contacts in one place. Email, phone calls, meetings, notes, follow-ups and social.",
  "version": "4.0.2",
  "app": {
    "urls": [
      "https://www.cloze.com/"
    ],
    "launch": {
      "web_url": "https://www.cloze.com/"
    }
  },
  "icons": {
    "128": "cloze-128x128px.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}