脉可寻-邮件追踪
智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。
What is 脉可寻-邮件追踪?
脉可寻-邮件追踪 is a Chrome extension developed by maketion01, and its main feature is "智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。".
Extension Screenshots
Download 脉可寻-邮件追踪 Extension CRX File
Download 脉可寻-邮件追踪 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
看看谁看了你的邮件。 他什么时候打开了你发的邮件?在哪里打开的? 只要您安装了脉可寻“邮件打开跟踪”,我们会帮助您跟踪在浏览器中发送的邮件。 目前支持的邮箱有: 163邮箱、126邮箱、QQ邮箱。
Extension Basic Information
Name | |
ID | aomgchcgfmlmkicjdghaipodnakhdndo |
Official URL | https://chrome.google.com/webstore/detail/%E8%84%89%E5%8F%AF%E5%AF%BB-%E9%82%AE%E4%BB%B6%E8%BF%BD%E8%B8%AA/aomgchcgfmlmkicjdghaipodnakhdndo |
Description | 智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。 |
File Size | 74.69 KB |
Installation Count | 585 |
Current Version | 1.0.2 |
Last Updated | 2014-03-28 |
Publish Date | 2014-03-28 |
Rating | 2.80/5 Total 10 Ratings |
Developer | maketion01 |
Payment Type | free |
Extension Website | http://www.maketion.com |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8109\u53ef\u5bfb-\u90ae\u4ef6\u8ffd\u8e2a", "description": "\u667a\u80fd\u8ffd\u8e2a\u53d1\u51fa\u90ae\u4ef6\u7684\u6253\u5f00\u72b6\u6001\uff0c\u6253\u5f00\u6b21\u6570\uff0c\u6253\u5f00\u4f4d\u7f6e\u7b49\u4fe1\u606f\u3002\u652f\u6301\u7f51\u6613126\u90ae\u7bb1\uff0c163\u90ae\u7bb1\uff0cQQ\u90ae\u7bb1\u7b49\u3002", "version": "1.0.2", "icons": { "16": "16.png", "48": "48.png" }, "permissions": [ "cookies", "activeTab", "notifications", "storage", "*:\/\/*.maketion.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.7.1.min.js", "content_script.js" ], "all_frames": true } ], "background": { "scripts": [ "jquery-1.7.1.min.js", "background.js" ] }, "browser_action": { "default_title": "\u8109\u53ef\u5bfb\u540d\u7247\u8ddf\u8e2a", "default_icon": "16.png", "default_popup": "popup.html" }, "manifest_version": 2 } |