Qoruz - Influencer Discovery & Outreach Tool

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

What is Qoruz - Influencer Discovery & Outreach Tool?

Qoruz - Influencer Discovery & Outreach Tool is a Chrome extension developed by https://qoruz.com, and its main feature is "Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Qoruz - Influencer Discovery & Outreach Tool Extension CRX File

Download Qoruz - Influencer Discovery & Outreach Tool 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

                        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.                    

Extension Basic Information

Name Qoruz - Influencer Discovery & Outreach Tool Qoruz - Influencer Discovery & Outreach Tool
ID aeloopdamjgdlilelganlcdoeilnpagf
Official URL https://chromewebstore.google.com/detail/qoruz-influencer-discover/aeloopdamjgdlilelganlcdoeilnpagf
Description Qoruz Chrome extension lets you to instantly analyse social influencers on the go and provides reach, engagement, Qoruz score,…
File Size 22.46 KB
Installation Count 2,698
Current Version 2.8
Last Updated 2023-03-31
Publish Date 2018-08-29
Rating 4.11/5 Total 9 Ratings
Developer https://qoruz.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}