Reech Influence Cloud

Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.

Reech Influence Cloud क्या है?

Reech Influence Cloud https://reech.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reech Influence Cloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.

Supported social networks:
-Instagram
-YouTube
-TikTok
-Twitter
-Facebook

How to use:
1. Create a Reech Influence Cloud account at www.reech.com/influence-cloud
2. Install the plugin
3. Be sure you're logged-in to your account
4. Go to any profile or publication on the supported social networks                    

एक्सटेंशन की मूल जानकारी

नाम Reech Influence Cloud Reech Influence Cloud
ID bcjhlhfbommeoahdfikoefggpahfipjj
आधिकारिक URL https://chromewebstore.google.com/detail/reech-influence-cloud/bcjhlhfbommeoahdfikoefggpahfipjj
विवरण Reech Influence Cloud plugin allows you to analyze performance of an influencer or a publication directly from the social networks.
फ़ाइल का आकार 935 KB
स्थापना संख्या 143
वर्तमान संस्करण 0.0.11
अंतिम अपडेट 2024-01-27
प्रकाशन तिथि 2023-10-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://reech.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.reech.com
गोपनीयता नीति पृष्ठ URL https://www.reech.com/privacy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.11",
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "48": "assets\/img\/icon-48.png",
        "96": "assets\/img\/icon-96.png",
        "128": "assets\/img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "24": "assets\/img\/icon-24.png",
            "32": "assets\/img\/icon-32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "assets\/css\/fonts.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.x.com\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "assets\/fonts\/*",
                "assets\/css\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}