CrowdRiff Sidekick

Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination…

What is CrowdRiff Sidekick?

CrowdRiff Sidekick is a Chrome extension developed by CrowdRiff, and its main feature is "Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination…".

Extension Screenshots

screenshot
screenshot
screenshot

Download CrowdRiff Sidekick Extension CRX File

Download CrowdRiff Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination marketer gets one too - the CrowdRiff Google Chrome Extension Sidekick.

With Sidekick you can easily add any photo you find on Instagram directly to your CrowdRiff account. You’ll never again miss that perfect Instagram picture just because the author didn’t use a specific hashtag.

Plus, it also allows you to access your library of visuals anywhere so you can easily use UGC across all your marketing channels. The next time your email or presentation needs an authentic, punchy photo you’ll have it available right at your fingertips.

***

Don’t have CrowdRiff yet? Let’s talk: https://go.crowdriff.com/request-a-crowdriff-demo-ugc-and-visual-marketing                    

Extension Basic Information

Name CrowdRiff Sidekick CrowdRiff Sidekick
ID cfdpeoicgepmaoagcoopddgiabjmnjca
Official URL https://chromewebstore.google.com/detail/crowdriff-sidekick/cfdpeoicgepmaoagcoopddgiabjmnjca
Description Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination…
File Size 1.08 MB
Installation Count 1,459
Current Version 0.7.4
Last Updated 2023-04-10
Publish Date 2020-01-24
Rating 4.25/5 Total 4 Ratings
Developer CrowdRiff
Email [email protected]
Payment Type free
Extension Website https://crowdriff.com
Privacy Policy Page URL https://crowdriff.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrowdRiff Sidekick",
    "version": "0.7.4",
    "action": {
        "default_icon": {
            "16": "assets\/logo-prod16.png",
            "32": "assets\/logo-prod32.png",
            "48": "assets\/logo-prod48.png",
            "128": "assets\/logo-prod128.png"
        },
        "default_title": "CrowdRiff Sidekick",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "assets\/logo-prod16.png",
        "32": "assets\/logo-prod32.png",
        "48": "assets\/logo-prod48.png",
        "128": "assets\/logo-prod128.png"
    },
    "author": "CrowdRiff ",
    "background": {
        "service_worker": "pages\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "pages\/activetab.js"
            ],
            "matches": [
                "https:\/\/instagram.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/platform.crowdriff.com\/",
                "https:\/\/local.derp.website\/*",
                "http:\/\/local.crowdriff.com:3000\/",
                "https:\/\/platform.derp.website\/"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.crowdriff.com",
    "permissions": [
        "contextMenus",
        "tabs",
        "downloads",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/local.derp.website\/*",
        "https:\/\/s3.amazonaws.com\/*",
        "https:\/\/platform.crowdriff.com\/",
        "http:\/\/local.crowdriff.com:3000\/",
        "https:\/\/platform.derp.website\/",
        "https:\/\/instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "minimum_chrome_version": "88"
}