plugins marketplace
← All plugins

cogedim

v1.0.3

Cogedim is one of France's leading real estate developers.

Codex

by ALTAREA PROMOTION MANAGEMENTMIT5kupdated 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/cogedim/ inside the repository.

Layout

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

Manifests1

plugins/cogedim/.codex-plugin/plugin.json
{
  "name": "cogedim",
  "version": "1.0.3",
  "description": "Cogedim is one of France's leading real estate developers.",
  "author": {
    "name": "ALTAREA PROMOTION MANAGEMENT",
    "url": "https://www.cogedim.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Cogedim",
    "shortDescription": "Cogedim is one of France's leading real estate developers.",
    "longDescription": "Cogedim is one of France's leading real estate developers. A specialist in off-plan sales (VEFA) for over 60 years, Cogedim guides you every step of the way, from defining your needs to handing over the keys.",
    "developerName": "ALTAREA PROMOTION MANAGEMENT",
    "category": "Other",
    "capabilities": [],
    "defaultPrompt": [
      "Find relevant Cogedim properties for this brief"
    ],
    "screenshots": [],
    "websiteURL": "https://www.cogedim.com",
    "privacyPolicyURL": "https://www.cogedim.com/donnees-personnelles.html",
    "termsOfServiceURL": "https://www.cogedim.com/mentions-legales.html",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  },
  "homepage": "https://www.cogedim.com"
}