Pixlee Assistant

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

Vad är Pixlee Assistant?

Pixlee Assistant är en Chrome-tillägg utvecklad av https://www.pixlee.com, och dess huvudfunktion är "The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pixlee Assistant-förlängningens CRX-fil

Ladda ner Pixlee Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pixlee Assistant Pixlee Assistant
ID dimboijfhompnhhpaglbaagdhefimipk
Officiell webbadress https://chrome.google.com/webstore/detail/pixlee-assistant/dimboijfhompnhhpaglbaagdhefimipk
Beskrivning The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…
Filstorlek 72.11 KB
Antal Installationer 433
Aktuell Version 0.45
Senast Uppdaterad 2023-09-12
Publiceringsdatum 2020-04-01
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://www.pixlee.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.pixlee.com
Stödda Språk 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\/*"
        ]
    }
}