脉可寻-邮件追踪
智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。
Qu'est-ce que 脉可寻-邮件追踪 ?
脉可寻-邮件追踪 est une extension Chrome développée par maketion01, et sa fonction principale est "智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 脉可寻-邮件追踪
Téléchargez les fichiers d'extension 脉可寻-邮件追踪 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
看看谁看了你的邮件。 他什么时候打开了你发的邮件?在哪里打开的? 只要您安装了脉可寻“邮件打开跟踪”,我们会帮助您跟踪在浏览器中发送的邮件。 目前支持的邮箱有: 163邮箱、126邮箱、QQ邮箱。
Informations de Base sur l'Extension
Nom | |
ID | aomgchcgfmlmkicjdghaipodnakhdndo |
URL Officiel | 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邮箱等。 |
Taille du Fichier | 74.69 KB |
Nombre d'Installations | 585 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-03-28 |
Date de Publication | 2014-03-28 |
Évaluation | 2.80/5 Total 10 Évaluations |
Développeur | maketion01 |
Type de Paiement | free |
Site Web de l'Extension | http://www.maketion.com |
Langues Prises en Charge | 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 } |