脉可寻-邮件追踪
智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。
Cos'è 脉可寻-邮件追踪?
脉可寻-邮件追踪 è un'estensione di Chrome sviluppata da maketion01, e la sua funzione principale è "智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 脉可寻-邮件追踪
Scarica i file di estensione 脉可寻-邮件追踪 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
看看谁看了你的邮件。 他什么时候打开了你发的邮件?在哪里打开的? 只要您安装了脉可寻“邮件打开跟踪”,我们会帮助您跟踪在浏览器中发送的邮件。 目前支持的邮箱有: 163邮箱、126邮箱、QQ邮箱。
Informazioni di Base sull'Estensione
Nome | |
ID | aomgchcgfmlmkicjdghaipodnakhdndo |
URL Ufficiale | 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 |
Descrizione | 智能追踪发出邮件的打开状态,打开次数,打开位置等信息。支持网易126邮箱,163邮箱,QQ邮箱等。 |
Dimensione del File | 74.69 KB |
Conteggio Installazioni | 585 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-03-28 |
Data di Pubblicazione | 2014-03-28 |
Valutazione | 2.80/5 Totale 10 Valutazioni |
Sviluppatore | maketion01 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.maketion.com |
Lingue Supportate | 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 } |