Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAozx8UDF6sIw\/+qKuJZz6w1WYFA8TKWP6uR5t4R3XRYpWdYz\/Z0K2yw4zbigt88Kt3aFzVXBXvaKW3l2m8nSwjSBDTWrL4i\/uVFr0xJPfwGk66gzkN+9nQ\/NTcrGgoa+Y6MxSWO4S7S1BQs6EmxCNI+4fI6s5fKLSU8JeDxJH8GewXpso2FNOk4QvMtbMMJd1ifc8S8PyNWsdEj041eBeCGT3OveXYgDfY3wZd3+NMJUWTor\/FbwRIZG9+htLPN3yaHOLEoltBa\/RLA2L\/W48zX9Wls9rSP6goxC6MZfV67NvTF81DLdTt9xB3id1iXHhOgqUKEstTChzflfdCP4QYwIDAQAB",
"name": "Keeping | The Original Help Desk for Gmail\u2122",
"description": "Keeping turns your Gmail into a help desk. Manage customer support from Gmail.",
"version": "6.10.13",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"19": "images\/icon48.png"
},
"default_title": "Keeping"
},
"host_permissions": [
"https:\/\/mail.google.com\/"
],
"content_scripts": [
{
"all_frames": false,
"js": [
"content_script.js"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.*",
"pageWorld.js",
"content_script.css",
"gmail_context_app.js",
"sql-wasm.wasm",
"pdf.worker.min.mjs"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"oauth2": {
"client_id": "418721513778-fkpeppu760ctndad0k550evj02fad58k.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}