Pixlee Assistant

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

Co je Pixlee Assistant?

Pixlee Assistant je rozšíření Chrome vyvinuté https://www.pixlee.com, a jeho hlavní funkcí je „The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pixlee Assistant

Stáhněte si soubory rozšíření Pixlee Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pixlee Assistant Pixlee Assistant
ID dimboijfhompnhhpaglbaagdhefimipk
Oficiální URL https://chrome.google.com/webstore/detail/pixlee-assistant/dimboijfhompnhhpaglbaagdhefimipk
Popis The Pixlee Assistant provides automation for commenting and sending permission requests across Instagram via the Pixlee Platform.…
Velikost souboru 72.11 KB
Počet instalací 433
Aktuální Verze 0.45
Poslední Aktualizace 2023-09-12
Datum Vydání 2020-04-01
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://www.pixlee.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pixlee.com
Podporované Jazyky 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\/*"
        ]
    }
}