CRMzz - Instagram Contacts Importer

CRMzz - Instagram 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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CRMzz - Instagram Contacts Importer",
  "version": "1.1.0",
  "author": "Ahmed Hussien <[email protected]>",
  "homepage_url": "https://www.crmzz.com",
  "description": "CRMzz is a Customer Development, Engagement & Retention Platform with Influencers search engine to help amplify brand's exposure.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "<all_urls>",
    "*://*/*",
    "tabs",
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://api.crmzz.com/api/v1/user/contacts/ig-import-contacts"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "CRMzz - Instagram Contacts Importer",
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://www.instagram.com/"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "92.0"
    }
  }
}