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.
O que é Blueticks?
Blueticks é uma extensão do Chrome desenvolvida por https://blueticks.io, e sua principal característica é "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.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blueticks
Baixe arquivos de extensão Blueticks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nohebfplolhpgcgkkhokcfbgnnbdlaaf |
URL Oficial | https://chrome.google.com/webstore/detail/blueticks/nohebfplolhpgcgkkhokcfbgnnbdlaaf |
Descrição | 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. |
Tamanho do Arquivo | 976 KB |
Contagem de Instalações | 445 |
Versão Atual | 1.0.7 |
Última Atualização | 2019-04-03 |
Data de Publicação | 2019-03-30 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://blueticks.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://blueticks.io |
URL da Página de Política de Privacidade | https://adyog.com/privacy-policy |
Idiomas Suportados | 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\/", " |