Influencer Analytics by Upfluence

Influencer Analytics by Upfluence

Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Influencer Analytics by Upfluence",
  "version": "1.2.0.74",
  "manifest_version": 2,
  "description": "Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "Add this influencer to Upfluence Software"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "variables-sharing.js",
    "iframe.js",
    "iframe.html",
    "upfluence-blue-logo.svg",
    "upfluence-loading-animation.gif"
  ],
  "permissions": [
    "tabs",
    "identity",
    "identity.email",
    "https://upfluence.co/*",
    "http://upfluence.co/*"
  ]
}