List Goal

List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.

Что такое List Goal?

List Goal - это расширение Chrome, разработанное https://growthtools.com, и его основная функция - "List Goal finds simple ways for you to get more email subscribers and monitors your email list performance.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения List Goal

Скачайте файлы расширений 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 List Goal
ID lbeomnhfagdagoldnknhbfjfkdndfjof
Официальный URL 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"
    ]
}