EzyInsights for Chrome

The Ezy way to see how popular the article you're reading is across social networks

Qu'est-ce que EzyInsights for Chrome ?

EzyInsights for Chrome est une extension Chrome développée par EzyInsights, et sa fonction principale est "The Ezy way to see how popular the article you're reading is across social networks".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EzyInsights for Chrome

Téléchargez les fichiers d'extension EzyInsights for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Available exclusively to EzyInsights customers.

Find out how the article you're reading is performing on social media with one click.

EzyInsights for Chrome shows you all engagement for a given article across major social media networks. See at a glance how fast the article is picking up engagement in real-time. You’ll also see a breakdown of other publishers and celebrities that have shared it on their own Facebook pages.

To become an EzyInsights customer, sign up at EzyInsights.com for a trial or email us at [email protected]                    

Informations de Base sur l'Extension

Nom EzyInsights for Chrome EzyInsights for Chrome
ID pkbcojdobadeaaokfccfhakpboblbdhd
URL Officiel https://chromewebstore.google.com/detail/ezyinsights-for-chrome/pkbcojdobadeaaokfccfhakpboblbdhd
Description The Ezy way to see how popular the article you're reading is across social networks
Taille du Fichier 5.11 MB
Nombre d'Installations 591
Version Actuelle 1.9.8
Dernière Mise à Jour 2021-03-08
Date de Publication 2019-03-08
Évaluation 4.43/5 Total 7 Évaluations
Développeur EzyInsights
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ezyinsights.com
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/515176/legal
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EzyInsights for Chrome",
    "description": "The Ezy way to see how popular the article you're reading is across social networks",
    "short_name": "Ezy Link",
    "version": "1.9.8",
    "permissions": [
        "activeTab",
        "https:\/\/app.ezyinsights.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/api.js",
            "js\/popup.js",
            "bower_components\/jquery\/dist\/jquery.min.js"
        ]
    },
    "minimum_chrome_version": "56",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}