EzyInsights for Chrome

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

EzyInsights for Chrome là gì?

EzyInsights for Chrome là một tiện ích mở rộng Chrome được phát triển bởi EzyInsights, và tính năng chính của nó là "The Ezy way to see how popular the article you're reading is across social networks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EzyInsights for Chrome

Tải xuống các tệp mở rộng EzyInsights for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EzyInsights for Chrome EzyInsights for Chrome
ID pkbcojdobadeaaokfccfhakpboblbdhd
URL Chính Thức https://chromewebstore.google.com/detail/ezyinsights-for-chrome/pkbcojdobadeaaokfccfhakpboblbdhd
Mô tả The Ezy way to see how popular the article you're reading is across social networks
Kích Thước Tệp 5.11 MB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 1.9.8
Cập Nhật Lần Cuối 2021-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển EzyInsights
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ezyinsights.com
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/515176/legal
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}