Qoruz - Influencer Discovery & Outreach Tool

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

Was ist Qoruz - Influencer Discovery & Outreach Tool?

Qoruz - Influencer Discovery & Outreach Tool ist eine Chrome-Erweiterung, die von https://qoruz.com entwickelt wurde, und ihr Hauptmerkmal ist "Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Qoruz - Influencer Discovery & Outreach Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Qoruz - Influencer Discovery & Outreach Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Qoruz - Influencer Discovery & Outreach Tool Qoruz - Influencer Discovery & Outreach Tool
ID aeloopdamjgdlilelganlcdoeilnpagf
Offizielle URL https://chromewebstore.google.com/detail/qoruz-influencer-discover/aeloopdamjgdlilelganlcdoeilnpagf
Beschreibung Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…
Dateigröße 22.46 KB
Installationsanzahl 2,698
Aktuelle Version 2.8
Letztes Update 2023-03-31
Veröffentlichungsdatum 2018-08-29
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler https://qoruz.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}