Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TranscriptExporter - Bulk Export Fathom Transcripts",
"version": "3.4.1",
"description": "Bulk export all your Fathom.video meeting transcripts automatically. Stop downloading files one by one. \u00a9 2025 TranscriptExporter\u2122",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtMvcZPF3TcKRNYeZWDECFBVWIOhZGd\/z5Z7GMJfSzU8jD+mhF8Z+6HzVQygbLtxgqFV8i\/oxFC6Do9h1QbQzES8f\/2yLqU8j77a6pg5W5GWTSJO4K5DfWskAcBtCniyolKBw0sPwYZ8t7lMcRPNeeaRV65SOOpHcvkGnu9blyiCH5kVqiBaZ9310Znpc\/UaWjA8LIKpcqfZjhsTjIrnkdkq6IlrA3zbxu2fmJuuu12IZWLvArb8+eVu3NRuX6FJ5cAhfGqk2oiiKX4Jo6z\/8+zoQvaIMJkcve4nqod+7A\/2nUCK9tAZuYDSjPXBXcM+YC1OPzAcrAwA+FFaWyswC1wIDAQAB",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"notifications",
"tabs",
"identity",
"downloads",
"alarms"
],
"host_permissions": [
"https:\/\/fathom.video\/*",
"https:\/\/www.transcriptexport.com\/*",
"https:\/\/api.fathom.ai\/*",
"https:\/\/api.dropboxapi.com\/*",
"https:\/\/content.dropboxapi.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/app.scriptal.io\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/fathom.video\/*"
],
"js": [
"jszip.min.js",
"feature-flags.js",
"fathom-api-service.js",
"content-oauth-handlers.js",
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup-new.html",
"default_title": "TranscriptExporter",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"jszip.min.js"
],
"matches": [
"https:\/\/fathom.video\/*"
]
}
],
"oauth2": {
"client_id": "114144901045-pp6ct28gg44kh6n097ls3dhbea0gvc52.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
]
}
}