Email Tracker for Mail.ru — TraksPaks
How to know if an email has been read? TraksPaks solves this problem for Mail.ru users
什么是Email Tracker for Mail.ru — TraksPaks?
Email Tracker for Mail.ru — TraksPaks是由https://trekspeks.ru开发的Chrome扩展程序,该扩展的主要功能是“How to know if an email has been read? TraksPaks solves this problem for Mail.ru users”。
扩展截图
下载Email Tracker for Mail.ru — TraksPaks扩展crx文件
下载Email Tracker for Mail.ru — TraksPaks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps track the reads of emails sent from Mail.ru
Features:
- Email open tracking
- Real-time read notifications
- Checkmarks in the Sent folder show the status of email openings 扩展基本信息
| 名称 | |
| ID | fmjigggndbjpccpmmdmahhbbipicfjhm |
| 官方URL | https://chromewebstore.google.com/detail/email-tracker-for-mailru/fmjigggndbjpccpmmdmahhbbipicfjhm |
| 简介 | How to know if an email has been read? TraksPaks solves this problem for Mail.ru users |
| 文件大小 | 219 KB |
| 安装次数 | 644 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2023-07-03 |
| 上架时间 | 2022-11-04 |
| 评分 | 4.50/5 共6次评分 |
| 开发者 | https://trekspeks.ru |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://trekspeks.ru/ |
| 隐私政策页面URL | http://hqsib.ru/privacy.html |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.3",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "images\/app16.png",
"128": "images\/app128.png"
},
"action": {
"default_icon": "images\/app16.png",
"default_title": "\u0422\u0440\u0435\u043a\u0441\u041f\u0435\u043a\u0441 \u0434\u043b\u044f Mail.ru",
"default_popup": "popup.html"
},
"minimum_chrome_version": "101",
"permissions": [
"storage",
"gcm",
"webRequest",
"notifications",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/*.trekspeks.ru\/*",
"*:\/\/e.mail.ru\/*",
"*:\/\/proxy.imgsmail.ru\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/trekspeks.ru\/*"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/octavius.mail.ru\/*",
"https:\/\/e.mail.ru\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "declarative_net_request_rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"https:\/\/octavius.mail.ru\/*",
"https:\/\/e.mail.ru\/*"
]
}
]
} | |