Blueticks
Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email.
什麼是Blueticks?
Blueticks是由https://blueticks.io開發的Chrome擴展程式,該擴展的主要功能是“Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email.”。
擴展截圖
下載Blueticks擴展crx文件
下載Blueticks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blueticks is the best free e-Mail tracking tool for both Gmail & GSuite. Key features : - Per recipient Free Email tracking in Gmail - Attachment tracking - Link tracking - e-Mail Templates - Real-time alert notifications - e-Mail Performance dashboard Who would need this ? Anybody who wants to know when their e-Mails are read by recipients. What per recipient tracking means ? Blueticks tracks all individual recipients and notifies the sender in real time whenever the mail is read, attachements downloaded, links clicked. What is send later mean ? You can schedule your email to be sent on future date and time.
擴展基本資訊
名稱 | |
ID | nohebfplolhpgcgkkhokcfbgnnbdlaaf |
官方網址 | https://chrome.google.com/webstore/detail/blueticks/nohebfplolhpgcgkkhokcfbgnnbdlaaf |
簡介 | Be in the know what happens to your emails after you press send with real-time feedback when any of the recipient opens your email. |
檔案大小 | 976 KB |
安裝次數 | 445 |
目前版本 | 1.0.7 |
更新時間 | 2019-04-03 |
上架時間 | 2019-03-30 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://blueticks.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://blueticks.io |
隱私政策頁面URL | https://adyog.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/config.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/us-central1-blueticks-v2.cloudfunctions.net\/*", "https:\/\/maps.googleapis.com\/", "https:\/\/blueticks.io\/*", "https:\/\/sm.blueticks.io\/*", "https:\/\/app.blueticks.io\/*", "https:\/\/maps.googleapis.com\/*" ], "js": [ "js\/inboxsdk.js", "js\/config.js", "js\/blueticks.js" ], "css": [ "css\/flatpickr.min.css", "css\/common.css" ], "run_at": "document_start" } ], "permissions": [ "background", "notifications", "tabs", "https:\/\/mail.google.com\/", "https:\/\/www.inboxsdk.com\/", "https:\/\/inbox.google.com\/", "https:\/\/blueticks.io\/*", "https:\/\/app.blueticks.io\/*", "https:\/\/sm.blueticks.io\/*", "*:\/\/us-central1-blueticks-v2.cloudfunctions.net\/*", "https:\/\/maps.googleapis.com\/", "https:\/\/fcm.googleapis.com\/*", "*:\/\/*.google.com\/", " |