smartocto Tentacles

Enable smartocto Tentacles to start optimizing your website by A/B-testing and positioning teasers, based on realtime data.

Что такое smartocto Tentacles?

smartocto Tentacles - это расширение Chrome, разработанное https://smartocto.com, и его основная функция - "Enable smartocto Tentacles to start optimizing your website by A/B-testing and positioning teasers, based on realtime data.".

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

screenshot

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

Скачайте файлы расширений smartocto Tentacles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        SmartOcto Tentacles helps you optimizing your website. Receive tips about positioning teasers, based on realtime and historical data. Discover what headline gives the maximum amount of readers by running A/B-tests.                    

Основная информация о расширении

Название smartocto Tentacles smartocto Tentacles
ID cannpdnjmalcdhcajfdmnhgmdgmdmohd
Официальный URL https://chromewebstore.google.com/detail/smartocto-tentacles/cannpdnjmalcdhcajfdmnhgmdgmdmohd
Описание Enable smartocto Tentacles to start optimizing your website by A/B-testing and positioning teasers, based on realtime data.
Размер файла 29 KB
Количество установок 2,527
Текущая Версия 1.3
Последнее Обновление 2022-07-14
Дата публикации 2022-07-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://smartocto.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://smartocto.com
URL страницы помощи https://smartocto.com/support
URL страницы политики конфиденциальности https://www.smartocto.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smartocto Tentacles",
    "version": "1.3",
    "manifest_version": 3,
    "short_name": "Tentacles",
    "description": "Enable smartocto Tentacles to start optimizing your website by A\/B-testing and positioning teasers, based on realtime data.",
    "homepage_url": "https:\/\/smartocto.com?utm_source=google_chrome_webstore&utm_medium=referral&utm_content=extentions",
    "author": "smartocto",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Enable\/disable Tentacles",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}