plugins marketplace
← All plugins

brand24

v1.0.3

The Brand24 app in Codex lets marketing and PR teams instantly explore brand mentions, sentiment, and med...

Codex

by Brand24 Global Inc.MIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/brand24/ inside the repository.

Layout

plugins/brand24/
└── .codex-plugin/plugin.json

Manifests1

plugins/brand24/.codex-plugin/plugin.json
{
  "name": "brand24",
  "version": "1.0.3",
  "description": "The Brand24 app in Codex lets marketing and PR teams instantly explore brand mentions, sentiment, and med...",
  "author": {
    "name": "Brand24 Global Inc.",
    "url": "https://brand24.com"
  },
  "homepage": "https://brand24.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Brand24",
    "shortDescription": "The Brand24 app in Codex lets marketing and PR teams instantly explore brand mentions, sentiment, and med...",
    "longDescription": "The Brand24 app in Codex lets marketing and PR teams instantly explore brand mentions, sentiment, and media coverage using simple prompts.\nSummarize conversations, track brand reputation, analyze trends over time, and uncover key discussion sources across social media, news, blogs, and forums without leaving Codex.\n\nFrom spotting emerging issues to understanding audience perception and campaign impact, Codex interprets Brand24 data in real time, helping marketers and PR specialists move from monitoring to insight and action with no extra setup.",
    "developerName": "Brand24 Global Inc.",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://brand24.com",
    "privacyPolicyURL": "https://brand24.com/privacy-policy/",
    "termsOfServiceURL": "https://brand24.com/terms/",
    "defaultPrompt": [
      "Online popularity of biggest sports shoe"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  }
}