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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Reech Influence Cloud

قم بتنزيل ملفات الامتداد Reech Influence Cloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}