Qoruz - Influencer Discovery & Outreach Tool

Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…

Wat is Qoruz - Influencer Discovery & Outreach Tool?

Qoruz - Influencer Discovery & Outreach Tool is een Chrome-extensie ontwikkeld door https://qoruz.com, en de belangrijkste functie is "Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Qoruz - Influencer Discovery & Outreach Tool

Download Qoruz - Influencer Discovery & Outreach Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score, content category and contact details for the influencers.                    

Basisinformatie over de Extensie

Naam Qoruz - Influencer Discovery & Outreach Tool Qoruz - Influencer Discovery & Outreach Tool
ID aeloopdamjgdlilelganlcdoeilnpagf
Officiële URL https://chromewebstore.google.com/detail/qoruz-influencer-discover/aeloopdamjgdlilelganlcdoeilnpagf
Beschrijving Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…
Bestandsgrootte 22.46 KB
Aantal Installaties 2,698
Huidige Versie 2.8
Laatst Bijgewerkt 2023-03-31
Publicatiedatum 2018-08-29
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://qoruz.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qoruz - Influencer Discovery & Outreach Tool",
    "version": "2.8",
    "manifest_version": 3,
    "action": {
        "default_title": "Qoruz Extension",
        "default_icon": "assets\/QoruzLogo.png"
    },
    "icons": {
        "128": "assets\/QoruzLogo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.qoruz.com\/",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/results*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}