-
Notifications
You must be signed in to change notification settings - Fork 84
Adding new wave of plugins from chatgpt apps #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
84d2d97
Switch plugin wiring from MCP to apps
cching-openai df78d82
Add app-backed plugin manifests
cching-openai b986d3c
Refresh app-backed plugin metadata
cching-openai 59a82c4
Remove unrelated plugin updates
cching-openai e4ae07b
Remove unrelated Build Web Apps updates
cching-openai adcf421
Update marketplace and remove duplicate plugins
cching-openai c065a62
Refine plugin categories
cching-openai 51a7f08
Merge remote-tracking branch 'origin/main' into codex/plugin-manifest…
cching-openai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "alpaca": { | ||
| "id": "connector_691f721a77bc8191be115b65c85075c0" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "name": "alpaca", | ||
| "version": "1.0.0", | ||
| "description": "Stop watching the markets.", | ||
| "author": { | ||
| "url": "https://alpaca.markets/", | ||
| "name": "Alpaca" | ||
| }, | ||
| "homepage": "https://alpaca.markets/", | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Alpaca", | ||
| "shortDescription": "Stop watching the markets.", | ||
| "longDescription": "Stop watching the markets. Turn your words into insights with Alpaca.\nAsk ChatGPT real market questions and get live answers you can act on, including historical data, snapshots, quotes, and option chain information. Stock, options, and crypto market data embedded right into your conversation so you can turn analysis into automated actions.\n\"How has AAPL's stock performed this quarter vs GOOG?\"\n\"Show me the SPY option chain that expires next Friday.\"\n\"When has BTC's price reached $100k USD this year?\"", | ||
| "category": "Research", | ||
| "capabilities": [], | ||
| "websiteURL": "https://alpaca.markets/", | ||
| "privacyPolicyURL": "https://s3.amazonaws.com/files.alpaca.markets/disclosures/PrivacyPolicy.pdf", | ||
| "defaultPrompt": [ | ||
| "Use Alpaca to help with this task" | ||
| ], | ||
| "screenshots": [], | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png", | ||
| "developerName": "Alpaca" | ||
| } | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "amplitude": { | ||
| "id": "connector_690e2dabf430819196f8b3701ec838ec" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "name": "amplitude", | ||
| "version": "1.0.0", | ||
| "description": "Product analytics and funnels", | ||
| "author": { | ||
| "name": "Amplitude" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Amplitude", | ||
| "shortDescription": "Product analytics and funnels", | ||
| "longDescription": "Product analytics and funnels", | ||
| "developerName": "Amplitude", | ||
| "category": "Productivity", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Show the signup funnel trend in Amplitude" | ||
| ], | ||
| "screenshots": [] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "attio": { | ||
| "id": "asdk_app_6981f663d5cc8191ae0d5717a05ccc89" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "attio", | ||
| "version": "1.0.0", | ||
| "description": "Attio connects ChatGPT directly to your CRM workspace, letting you manage customer relationships through na...", | ||
| "author": { | ||
| "name": "Attio Ltd", | ||
| "url": "https://attio.com" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Attio", | ||
| "shortDescription": "Attio connects ChatGPT directly to your CRM workspace, letting you manage customer relationships through na...", | ||
| "longDescription": "Attio connects ChatGPT directly to your CRM workspace, letting you manage customer relationships through natural conversation. \n\nSearch and filter contacts, companies, and deals with flexible queries. Create, update, and organize records without switching between screens. Add notes, manage tasks, and track your sales pipeline\u2014all through simple requests. \n\nKey capabilities: \n- Search records using powerful filters (find companies by size, industry, last contact date) \n- Create and update people, companies, and deal records \n- Manage notes attached to any record \n- Track and complete tasks \n- Navigate lists and organize your data \n\nWhether you're preparing for a meeting, updating deal stages, or researching prospects, Attio brings your CRM data into your conversation \u2014 no manual data entry required.", | ||
| "developerName": "Attio Ltd", | ||
| "category": "Productivity", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Find the latest notes and next steps in Attio" | ||
| ], | ||
| "screenshots": [], | ||
| "websiteURL": "https://attio.com", | ||
| "privacyPolicyURL": "https://attio.com/legal/privacy", | ||
| "termsOfServiceURL": "https://attio.com/legal/terms-and-conditions", | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| }, | ||
| "homepage": "https://attio.com" | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "binance": { | ||
| "id": "asdk_app_6965faefe2b081919a998e14aa25f738" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "binance", | ||
| "version": "1.0.0", | ||
| "description": "Binance for ChatGPT lets you access and explore Binance public, read-only market data using natural language.", | ||
| "author": { | ||
| "name": "Binance", | ||
| "url": "https://www.binance.com" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Binance", | ||
| "shortDescription": "Binance for ChatGPT lets you access and explore Binance public, read-only market data using natural language.", | ||
| "longDescription": "Binance for ChatGPT lets you access and explore Binance public, read-only market data using natural language. Retrieve current and historical prices, order books, recent trades, candlesticks (klines), and exchange metadata across Spot, Futures, and Options. No authentication is required. This app does not access user accounts and does not support trading or transactions.\n\nMarket data is provided \u201cas is\u201d from Binance\u2019s public APIs and may be delayed, incomplete, or subject to change. This information is for informational purposes only and should not be relied upon for trading or financial decisions. Binance makes no representations or warranties regarding accuracy or timeliness and disclaims all liability arising from use of this data.", | ||
| "developerName": "Binance", | ||
| "category": "Research", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Show the latest Binance market context for this asset" | ||
| ], | ||
| "screenshots": [], | ||
| "websiteURL": "https://www.binance.com", | ||
| "privacyPolicyURL": "https://www.binance.com/en/privacy", | ||
| "termsOfServiceURL": "https://www.binance.com/en/terms", | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| }, | ||
| "homepage": "https://www.binance.com" | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "biorender": { | ||
| "id": "connector_691e3de0d2708191a6476a7b36e38779" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "biorender", | ||
| "version": "1.0.0", | ||
| "description": "BioRender helps scientists create professional figures in minutes.", | ||
| "author": { | ||
| "url": "https://biorender.com/", | ||
| "name": "BioRender" | ||
| }, | ||
| "homepage": "https://biorender.com/", | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "BioRender", | ||
| "shortDescription": "BioRender helps scientists create professional figures in minutes.", | ||
| "longDescription": "BioRender helps scientists create professional figures in minutes. Access thousands of scientifically accurate templates and icons directly in ChatGPT to visualize protocols, pathways, molecular structures, and more. Brainstorm with your team, communicate research concepts, or build publication-ready figures for presentations, manuscripts, grant proposals, and posters.", | ||
| "category": "Design", | ||
| "capabilities": [], | ||
| "websiteURL": "https://biorender.com/", | ||
| "privacyPolicyURL": "https://biorender.com/privacy", | ||
| "termsOfServiceURL": "https://www.biorender.com/terms-of-service", | ||
| "defaultPrompt": [ | ||
| "Can you find me some GLP-1 diagram templates" | ||
| ], | ||
| "screenshots": [], | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png", | ||
| "developerName": "BioRender" | ||
| } | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "brand24": { | ||
| "id": "asdk_app_695ba18f3294819196bbe3bdc5630bf3" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "brand24", | ||
| "version": "1.0.0", | ||
| "description": "The Brand24 app in ChatGPT 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 ChatGPT lets marketing and PR teams instantly explore brand mentions, sentiment, and med...", | ||
| "longDescription": "The Brand24 app in ChatGPT 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 ChatGPT.\n\nFrom spotting emerging issues to understanding audience perception and campaign impact, ChatGPT 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/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| } | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "brex": { | ||
| "id": "asdk_app_6961bc9309ec819199ce7ce38b7d3bf1" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "brex", | ||
| "version": "1.0.0", | ||
| "description": "Connect Brex to ChatGPT and review your company finances through natural conversation \u2014 at ChatGPT speed.", | ||
| "author": { | ||
| "name": "Brex Inc.", | ||
| "url": "https://brex.com" | ||
| }, | ||
| "homepage": "https://brex.com", | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Brex", | ||
| "shortDescription": "Connect Brex to ChatGPT and review your company finances through natural conversation \u2014 at ChatGPT speed.", | ||
| "longDescription": "Connect Brex to ChatGPT and review your company finances through natural conversation \u2014 at ChatGPT speed.\n\nFor finance teams: Analyze spend, detect anomalies, and run custom queries and reports instantly to accelerate decisions and do more with less.\n\nFor employees: See how much you can spend, ask policy questions, check reimbursement status, manage travel, and more right in ChatGPT.\n\nAccess is role-aware by default: employees see only what applies to them, while admins retain full visibility and control.", | ||
| "developerName": "Brex Inc.", | ||
| "category": "Productivity", | ||
| "capabilities": [], | ||
| "websiteURL": "https://brex.com", | ||
| "privacyPolicyURL": "https://www.brex.com/legal/privacy", | ||
| "termsOfServiceURL": "https://www.brex.com/legal/platform-agreement", | ||
| "defaultPrompt": [ | ||
| "How much did I spend on Delta last year" | ||
| ], | ||
| "screenshots": [], | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| } | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "carta-crm": { | ||
| "id": "asdk_app_69d6804c5c2481919b2674401922ebba" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "carta-crm", | ||
| "version": "1.0.0", | ||
| "description": "Carta CRM helps investment teams stay on top of deal flow by keeping deals, companies, and relationships in...", | ||
| "author": { | ||
| "name": "Carta Inc.", | ||
| "url": "https://carta.com" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Carta CRM", | ||
| "shortDescription": "Carta CRM helps investment teams stay on top of deal flow by keeping deals, companies, and relationships in...", | ||
| "longDescription": "Carta CRM helps investment teams stay on top of deal flow by keeping deals, companies, and relationships in one place. Track opportunities through each stage, capture meeting notes and key takeaways alongside the right deal or contact, and quickly find past context when you need it.", | ||
| "developerName": "Carta Inc.", | ||
| "category": "Productivity", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Find the latest relationship context in Carta CRM" | ||
| ], | ||
| "screenshots": [], | ||
| "websiteURL": "https://carta.com", | ||
| "privacyPolicyURL": "https://carta.com/legal/privacy/privacy-policy/", | ||
| "termsOfServiceURL": "https://carta.com/legal/terms-agreements/terms-service/", | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| }, | ||
| "homepage": "https://carta.com" | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "cb-insights": { | ||
| "id": "asdk_app_69a85d518e2c81918694d9a48e3def41" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "cb-insights", | ||
| "version": "1.0.0", | ||
| "description": "Unleash ChatGPT as your private markets research agent.", | ||
| "author": { | ||
| "name": "CB Insights", | ||
| "url": "https://cbinsights.com" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "CB Insights", | ||
| "shortDescription": "Unleash ChatGPT as your private markets research agent.", | ||
| "longDescription": "Unleash ChatGPT as your private markets research agent. Source companies, build market maps, draft investment memos, and monitor competitors \u2014 all powered by CB Insights\u2019 predictive intelligence. Tap into 11M+ double-validated company profiles, leading coverage of recent equity deals, proprietary taxonomies, unique scores, hidden signals, and over 20 years of bleeding edge technology research to identify and analyze relevant, high-potential companies ahead of your competition.\n\nBuilt for corporate strategists seeking acquisition targets, VCs screening deal flow, and business development teams hunting new partners. If your work involves private companies, CB Insights delivers the insight you need to make your next move first.", | ||
| "developerName": "CB Insights", | ||
| "category": "Research", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Pull the latest market context from CB Insights" | ||
| ], | ||
| "screenshots": [], | ||
| "websiteURL": "https://cbinsights.com", | ||
| "privacyPolicyURL": "https://www.cbinsights.com/privacy-policy", | ||
| "termsOfServiceURL": "https://legal.cbinsights.com", | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| }, | ||
| "homepage": "https://cbinsights.com" | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "channel99": { | ||
| "id": "asdk_app_696fbc1ac7bc8191a38ee4adad1bcc24" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "name": "channel99", | ||
| "version": "1.0.0", | ||
| "description": "Channel99 real time go to market intelligence connects ChatGPT directly to Channel99\u2019s performance marketin...", | ||
| "author": { | ||
| "name": "Channel99 Inc. ", | ||
| "url": "https://www.channel99.com/" | ||
| }, | ||
| "repository": "https://github.com/openai/plugins", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "apps": "./.app.json", | ||
| "interface": { | ||
| "displayName": "Channel99", | ||
| "shortDescription": "Channel99 real time go to market intelligence connects ChatGPT directly to Channel99\u2019s performance marketin...", | ||
| "longDescription": "Channel99 real time go to market intelligence connects ChatGPT directly to Channel99\u2019s performance marketing intelligence. giving AI assistants real-time access to unified B2B marketing data and insights.. Powered by Channel99\u2019s advanced attribution, account identification, and AI-driven analytics. The Channel99 connection enables natural-language queries that deliver accurate campaign performance, spend efficiency, audience engagement and cross channel attribution insights eliminating manual data pulls, siloed dashboards and complex API engineering. \n\nMarketers, analysts, and business leaders can ask ChatGPT strategic questions like \u201cWhich channels drove the most high-value engagement last quarter?\u201d or \u201cWhere should we reallocate budget to improve pipeline efficiency?\u201d and get precise, context-aware results powered by Channel99\u2019s industry leading performance data. \n\nDeveloped by Channel99 a B2B marketing technology company dedicated to improving ROI, lowering acquisition costs, and bringing financial transparency to digital marketing investments.", | ||
| "developerName": "Channel99 Inc. ", | ||
| "category": "Productivity", | ||
| "capabilities": [], | ||
| "defaultPrompt": [ | ||
| "Summarize campaign performance from Channel99" | ||
| ], | ||
| "screenshots": [], | ||
| "websiteURL": "https://www.channel99.com/", | ||
| "privacyPolicyURL": "https://www.channel99.com/company/privacy", | ||
| "termsOfServiceURL": "https://www.channel99.com/terms-of-service", | ||
| "composerIcon": "./assets/app-icon.png", | ||
| "logo": "./assets/app-icon.png" | ||
| }, | ||
| "homepage": "https://www.channel99.com/" | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "apps": { | ||
| "circleback": { | ||
| "id": "asdk_app_695308f21c648191a0dd48dc9965f4bb" | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
low res
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
per slack convo, will fast follow when we have the new hi-res assets.