Pixlee Assistant

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

Pixlee Assistant là gì?

Pixlee Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.pixlee.com, và tính năng chính của nó là "The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pixlee Assistant

Tải xuống các tệp mở rộng Pixlee Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pixlee Assistant Pixlee Assistant
ID dimboijfhompnhhpaglbaagdhefimipk
URL Chính Thức https://chrome.google.com/webstore/detail/pixlee-assistant/dimboijfhompnhhpaglbaagdhefimipk
Mô tả The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…
Kích Thước Tệp 72.11 KB
Số Lần Cài Đặt 433
Phiên Bản Hiện Tại 0.45
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2020-04-01
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.pixlee.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pixlee.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}