Realtime Content Insights Chrome Extension

The RCI Chrome Extension allows you to understand how your readers are interacting with your content, in realtime.

Realtime Content Insights Chrome Extension क्या है?

Realtime Content Insights Chrome Extension Use All Five द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The RCI Chrome Extension allows you to understand how your readers are interacting with your content, in realtime."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Google News Initiative, in partnership with Use All Five, is excited to introduce the Realtime Content Insights extension. It will allow you to quickly identify how many readers are interacting with your content as you browse your website, in realtime. 

How to use: 

• Install the extension
• Make sure you are logged into the Google account on Chrome that is associated with the Google Analytics account you are seeking data from.
• Click on the extension’s “Google sign-in” button and login to authorize access. 
• Your data will appear automatically, but you should always click on the extension and make sure the correct “Google Analytics View” is selected.
• If your account doesn’t appear/isn’t the right one, go to your website’s Google Analytics account: Admin > Property settings, and make sure the “Default URL” field matches your main URL/primary domain.


Features: 

• Number of realtime readers on the page/article that you’re currently viewing
• Page/article rank compared to the rest of your content
• Top geographies and referrals (Search, Social …) per article
• Bookmark articles to quickly see how they’re performing throughout the day thanks to our “Saved Articles” tab.


You can find and use all the free Google News Initiative data tools here: https://goo.gle/datatools


Permissions:

To use the extension, you’ll need to provide READ access only to your Google Analytics account for data visualization purposes. Your data is never collected, stored, or shared.                    

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

नाम Realtime Content Insights Chrome Extension Realtime Content Insights Chrome Extension
ID pfnbphkjiefendhkdadcnblkeooimida
आधिकारिक URL https://chromewebstore.google.com/detail/realtime-content-insights/pfnbphkjiefendhkdadcnblkeooimida
विवरण The RCI Chrome Extension allows you to understand how your readers are interacting with your content, in realtime.
फ़ाइल का आकार 283 KB
स्थापना संख्या 2,102
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2021-12-16
प्रकाशन तिथि 2021-11-01
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Use All Five
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.useallfive.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Realtime Content Insights Chrome Extension",
    "version": "1.1.2",
    "description": "The RCI Chrome Extension allows you to understand how your readers are interacting with your content, in realtime.",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "615708706800-4k8qdnmvjkta4jaujtupk4dl036cq9h1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/analytics.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAywGKRKhrNhaU2zNx7eOc2jR+xCgy31AW5UE6LaF13oSLa02h6Fs\/dhDE233\/OOb7bQeswKhr5NnzdPjo5JCZct9T+gBLCOv7FdTANkkhgm5MmysNVzPTYbm7fiVbe\/rBVT3nLtqYQWhcglqOUZPMj+BM4LtMX4gCtassbt9dj4bzvJA0gjjKZWKw6kgoPr+Myq9D0+NOhiNutfoGmiQ7lqZQhGWVSIFIXA0LyIkgvS3pRMibi7T+SiN\/Gpsx2LTUQA+JYtrdO8E2aKhBDjWJAV\/CsHsdX1ShTLiZetPUBD3RjXRu6A2QMvSg9LtqjRelTyoZluNYgCq\/MmtIWqaoYQIDAQAB",
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "tabs",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "dist\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}