List Goal
List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.
Cos'è List Goal?
List Goal è un'estensione di Chrome sviluppata da https://growthtools.com, e la sua funzione principale è "List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione List Goal
Scarica i file di estensione List Goal 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
List Goal finds simple ways for you to get more email subscribers and monitors your email list performance. Real-Time List Health Monitoring: We track and alert you if something looks wonky with your list. New Dashboard: Quickly see your list size, goal and new subs today. This got a fresh coat of paint! Multi-List Tracking: Track as many email lists and sub groups (tags) within your list as you want. Segment Tracking: Have a webinar coming up? Setup a goal and tracking specifically for that. New Integrations: Use List Goal with all 10 major email service providers.
Informazioni di Base sull'Estensione
Nome | List Goal |
ID | lbeomnhfagdagoldnknhbfjfkdndfjof |
URL Ufficiale | https://chromewebstore.google.com/detail/list-goal/lbeomnhfagdagoldnknhbfjfkdndfjof |
Descrizione | List Goal finds simple ways for you to get more email subscribers and monitors your email list performance. |
Dimensione del File | 217 KB |
Conteggio Installazioni | 3,052 |
Versione Corrente | 3.2.2 |
Ultimo Aggiornamento | 2022-06-23 |
Data di Pubblicazione | 2018-06-20 |
Valutazione | 4.76/5 Totale 156 Valutazioni |
Sviluppatore | https://growthtools.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://listgoal.com |
URL della Pagina di Aiuto | https://my.growthtools.com/terms |
URL della Pagina della Politica sulla Privacy | https://my.growthtools.com/terms |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "List Goal", "description": "List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.", "version": "3.2.2", "manifest_version": 2, "minimum_chrome_version": "47", "icons": { "16": "img\/listgoal-16.png", "48": "img\/listgoal-48.png", "128": "img\/listgoal-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "img\/*" ], "permissions": [ "https:\/\/listgoal.growthtools.com\/*", "storage" ] } |