Pixlee Assistant

The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…

Что такое Pixlee Assistant?

Pixlee Assistant - это расширение Chrome, разработанное https://www.pixlee.com, и его основная функция - "The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…".

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

screenshot
screenshot

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

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

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

                        The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.

Our new chrome extension is designed to improve the ability for brands to collect, curate, and request rights from user-generated content (UGC). Marketers that rely on Pixlee as their UGC Marketing Platform, can now use this chrome extension to improve the efficiency and workflow of turning high quality customer photos and videos into a visual marketing asset.

The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram. In addition to reducing the time and overhead of engaging with UGC on Instagram, all comments and permission requests made through the Pixlee UGC Assistant will be tracked and stored within the Pixlee platform.

More on Pixlee TurnTo

Consumers expect online shopping to be personalized and authentic. Brands investing in digital need access to scalable social and community content to power best-in-class customer journeys. With Pixlee TurnTo, leading brands can manage their Social UGC, Influencer Marketing, and Ratings & Reviews to deliver Customer Powered Commerce at each stage of the shopper journey.

Visit our website  for more information on the Pixlee platform and supported UGC use cases.                    

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

Название Pixlee Assistant Pixlee Assistant
ID dimboijfhompnhhpaglbaagdhefimipk
Официальный URL https://chrome.google.com/webstore/detail/pixlee-assistant/dimboijfhompnhhpaglbaagdhefimipk
Описание The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…
Размер файла 72.11 KB
Количество установок 433
Текущая Версия 0.45
Последнее Обновление 2023-09-12
Дата публикации 2020-04-01
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://www.pixlee.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pixlee.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixlee Assistant",
    "version": "0.45",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pixlee.com\/*",
                "*:\/\/*.pixleeteam.com\/*",
                "*:\/\/*.pixlee.co\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/cpanel.test\/*",
                "*:\/\/pixlee.aws.ccl\/*",
                "*:\/\/pixlee-staging.aws.ccl\/*",
                "*:\/\/pixlee.svc.emplifi.io\/*"
            ],
            "all_frames": true,
            "js": [
                "sentry-browser.5.1.1.min.js",
                "jquery-3.6.0.min.js",
                "instagramParser.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "logos\/logo_32x32.png",
        "48": "logos\/logo_48x48.png",
        "128": "logos\/logo_128x128.png"
    },
    "page_action": {
        "default_icon": "logos\/logo_20x20.png",
        "default_title": "Pixlee Assistant",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "*:\/\/*.pixlee.com\/",
        "*:\/\/*.pixleeteam.com\/",
        "*:\/\/*.pixlee.co\/",
        "*:\/\/*.instagram.com\/",
        "*:\/\/cpanel.test\/",
        "*:\/\/pixlee.aws.ccl\/*",
        "*:\/\/pixlee-staging.aws.ccl\/*",
        "*:\/\/pixlee.svc.emplifi.io\/*"
    ],
    "background": {
        "scripts": [
            "sentry-browser.5.1.1.min.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pixlee.com\/*",
            "*:\/\/cpanel.test\/*",
            "*:\/\/pixlee.aws.ccl\/*",
            "*:\/\/pixlee-staging.aws.ccl\/*",
            "*:\/\/pixlee.svc.emplifi.io\/*"
        ]
    }
}