List Goal
List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.
什麼是List Goal?
List Goal是由https://growthtools.com開發的Chrome擴展程式,該擴展的主要功能是“List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.”。
擴展截圖
下載List Goal擴展crx文件
下載List Goal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | List Goal |
ID | lbeomnhfagdagoldnknhbfjfkdndfjof |
官方網址 | https://chromewebstore.google.com/detail/list-goal/lbeomnhfagdagoldnknhbfjfkdndfjof |
簡介 | List Goal finds simple ways for you to get more email subscribers and monitors your email list performance. |
檔案大小 | 217 KB |
安裝次數 | 3,052 |
目前版本 | 3.2.2 |
更新時間 | 2022-06-23 |
上架時間 | 2018-06-20 |
評分 | 4.76/5 共 156 次評分 |
開發者 | https://growthtools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://listgoal.com |
說明頁面URL | https://my.growthtools.com/terms |
隱私政策頁面URL | https://my.growthtools.com/terms |
支援的語言 | 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" ] } |