CrowdRiff Sidekick

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

Cos'è CrowdRiff Sidekick?

CrowdRiff Sidekick è un'estensione di Chrome sviluppata da CrowdRiff, e la sua funzione principale è "Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CrowdRiff Sidekick

Scarica i file di estensione CrowdRiff Sidekick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CrowdRiff Sidekick CrowdRiff Sidekick
ID cfdpeoicgepmaoagcoopddgiabjmnjca
URL Ufficiale https://chromewebstore.google.com/detail/crowdriff-sidekick/cfdpeoicgepmaoagcoopddgiabjmnjca
Descrizione Every great hero has a sidekick - Batman had Robin, Han Solo had Chewie, Ted Lasso has Coach Beard. And now, every destination…
Dimensione del File 1.08 MB
Conteggio Installazioni 1,459
Versione Corrente 0.7.4
Ultimo Aggiornamento 2023-04-10
Data di Pubblicazione 2020-01-24
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore CrowdRiff
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://crowdriff.com
URL della Pagina della Politica sulla Privacy https://crowdriff.com/privacy
Lingue Supportate 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"
}