Hey! Here’s the Gmail web-clipper I used in this blog post
{
"schemaVersion": 3,
"fieldMappings": s
{
"fieldName": "Task Summary",
"fieldType": "singleLineText",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": ".hP"
}
}
},
{
"fieldName": "Assignee",
"fieldType": "singleCollaborator",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Description",
"fieldType": "multilineText",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": ".hx"
}
}
},
{
"fieldName": "Assets",
"fieldType": "multipleAttachments",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Comments",
"fieldType": "multilineText",
"defaultValue": {
"type": "selectedText",
"opts": null
}
},
{
"fieldName": "Tags",
"fieldType": "multipleSelects",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Urgency",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Status",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Category",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Hours Spent",
"fieldType": "number",
"defaultValue": {
"type": "none",
"opts": null
}
}
]
}