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": "GmailtoTaxDocs - MXSTAGE",
"description": "File your emails into TaxDocs\/LegacyDMS",
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"all_frames": true,
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"identity"
],
"externally_connectable": {
"matches": [
"*:\/\/mail.google.com\/*"
]
},
"oauth2": {
"client_id": "63113539920-knb3c2g9hdreoa55hcarj76pj77l47t6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.labels",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/gmail.modify"
]
},
"web_accessible_resources": [
{
"resources": [
"js\/2.ad7bad3a.chunk.js",
"js\/3.d8273790.chunk.js",
"js\/main.d32555eb.chunk.js",
"js\/runtime-main.7da63d7b.js",
"css\/2.b99653bd.chunk.css",
"css\/main.da600059.chunk.css",
"lib\/gapi.js",
"lib\/msal_v2.js"
],
"matches": [
"*:\/\/mail.google.com\/*"
],
"use_dynamic_url": true
}
],
"version": "1.0.1"
}