Pixlee Assistant

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

Pixlee Assistant란 무엇입니까?

Pixlee Assistant은(는) https://www.pixlee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pixlee Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}