CRMzz - Whats App Groups Contacts Importer

CRMzz - Whats App Groups Contacts Importer

CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CRMzz - Whats App Groups Contacts Importer",
  "version": "1.1.4",
  "description": "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.",
  "author": "Ahmed Hussien <[email protected]>",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "https://api.crmzz.com/api/v1/user/contacts/wa-import-contacts"
  ],
  "browser_action": {
    "default_title": "CRMzz - Whats App Groups Contacts Importer",
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/inject.js",
        "js/utils.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_end",
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js",
    "img/logo.png",
    "img/flags.png",
    "img/[email protected]"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a996965-0e72-4806-b204-6f2c080a2eb0}"
    }
  }
}