WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OpenAI API Usage Data Export

OpenAI API Usage Data Export

View on Chrome Web Store
View OpenAI API Usage Data Export Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
4 views
This extension has been viewed 4 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export the usage data of the OpenAI API to a CSV file to facilitate further data analysis in Excel.
Type
Extension
Users
92 users
2
rxliuli
View author page of rxliuli
Published
Published on April 27, 2023
Version 0.1.0
Manifest version
3
Updated
Updated on April 27, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View OpenAI API Usage Data Export Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenAI API Usage Data Export",
    "description": "Export the usage data of the OpenAI API to a CSV file to facilitate further data analysis in Excel.",
    "version": "0.1.0",
    "action": {
        "default_popup": "index.html",
        "matches": [
            "https:\/\/*.openai.com\/*"
        ]
    },
    "icons": {
        "16": "src\/assets\/16.png",
        "32": "src\/assets\/32.png",
        "48": "src\/assets\/48.png",
        "128": "src\/assets\/128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "webRequest",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top