mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
fe7a894e51
Summary: Adds two (very similar) plugins - Open Tracking and Link Tracking. Both can be enabled via a button in the composer. Open tracking inserts a tracking pixel right before send, and link tracking replaces all links with tracked redirects. Both plugins use the new Metadata service to store their open/click counts, and have backend servers to respectively serve the pixel image or handle the redirects. Requests also trigger a metadata update to increment the open/click counters. Test Plan: Manual for now Reviewers: evan, bengotow, drew Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2583
20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"name": "personal-level-indicators",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
|
|
"title": "Personal Level Indicators",
|
|
"description": "Display chevrons beside threads that indicate whether you're a direct recipient or the only recipient on a thread.",
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"dependencies": {},
|
|
"license": "GPL-3.0"
|
|
}
|