← All plugins
streak
v1.0.2Streak is a CRM built directly into Gmail, so you can track deals, contacts, and workflows from your inbox.
Codex
by Rewardly, Inc.MIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/streak/ inside the repository.
Layout
plugins/streak/
└── .codex-plugin/plugin.json
Manifests1
plugins/streak/.codex-plugin/plugin.json
{
"name": "streak",
"version": "1.0.2",
"description": "Streak is a CRM built directly into Gmail, so you can track deals, contacts, and workflows from your inbox.",
"author": {
"name": "Rewardly, Inc.",
"url": "https://www.streak.com"
},
"homepage": "https://www.streak.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Streak",
"shortDescription": "Streak is a CRM built directly into Gmail, so you can track deals, contacts, and workflows from your inbox.",
"longDescription": "Streak is a CRM built directly into Gmail, so you can track deals, contacts, and workflows from your inbox.\n\nEmails are logged automatically, pipelines update as conversations move forward, and notes and tasks stay attached to the work they belong to—without copying data into another tool.\n\nDesigned for teams and individuals who manage sales, partnerships, or customer relationships primarily over email and want a clear, up-to-date view of their work.",
"developerName": "Rewardly, Inc.",
"category": "Business & Operations",
"capabilities": [],
"websiteURL": "https://www.streak.com",
"privacyPolicyURL": "https://www.streak.com/privacy",
"termsOfServiceURL": "https://www.streak.com/terms",
"defaultPrompt": [
"Show recent deals in Streak"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}