Hiver - Gmail-based customer service solution

Hiver - Gmail-based customer service solution

Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "env.js",
      "logger.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "env.js",
        "logger.js",
        "grexit.js"
      ],
      "matches": [
        "http://mail.google.com/mail*",
        "https://hiverhq.com/*",
        "https://*.hiverhq.com/*",
        "http://hiverhq.com/*",
        "http://*.hiverhq.com/*",
        "https://mail.google.com/mail*",
        "http://mail.google.com/a/*",
        "https://mail.google.com/a/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://*.hiverhq.com https://grexit.com https://hiverhq.com https://*.aptrinsic.com; object-src 'self'",
  "converted_from_user_script": true,
  "description": "Deliver multi-channel customer service with Hiver right inside Gmail. Get started in minutes.",
  "homepage_url": "http://hiverhq.com",
  "icons": {
    "16": "square_16.png",
    "48": "square_48.png",
    "128": "square_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLW4y5xU3TXElkizzXQ59gc/2vudUtr6BwI5HDIG3IPn939+m42RmTU/v0CZn/jNTHrjPO+j3sedmNflwabU6WwbeJpoFcrDNooZS+fiosNbSH1npu7OTMkzTMRYKO/Rtgq8ymnudP0svqK6A5GMPI40VotxkkFEjevzUzcgQDhwIDAQAB",
  "manifest_version": 2,
  "name": "Hiver - Gmail-based customer service solution",
  "permissions": [
    "background",
    "storage",
    "*://mail.google.com/*"
  ],
  "short_name": "Manage Customer Service in Gmail",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6.9.6",
  "web_accessible_resources": [
    "src/*",
    "square_16.png"
  ]
}