Attention Prediction Plugin by Fixate.ai

Attention prediction - know what your users see as they view you design

Attention Prediction Plugin by Fixate.ai là gì?

Attention Prediction Plugin by Fixate.ai là một tiện ích mở rộng Chrome được phát triển bởi https://fixate.ai, và tính năng chính của nó là "Attention prediction - know what your users see as they view you design".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Attention Prediction Plugin by Fixate.ai

Tải xuống các tệp mở rộng Attention Prediction Plugin by Fixate.ai 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

                        Fixate is an automated attention analysis engine for design teams that helps objectively measure the attention-grabbing effectiveness of their visual assets at scale. Fixate analyses any visual content in seconds, automatically giving designers feedback on what is likely to grab the most attention.                    

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

Tên Attention Prediction Plugin by Fixate.ai Attention Prediction Plugin by Fixate.ai
ID llafpaplhoiakjdpfldbaifjpfhcjbmh
URL Chính Thức https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh
Mô tả Attention prediction - know what your users see as they view you design
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2021-05-18
Ngày Phát Hành 2021-05-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://fixate.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fixate.ai
URL Trang Trợ Giúp https://fixate.ai
URL Trang Chính Sách Bảo Mật https://fixate.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attention Prediction Plugin by Fixate.ai",
    "version": "1.0.15",
    "manifest_version": 2,
    "description": "Attention prediction - know what your users see as they view you design",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "App.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/selection.js"
            ],
            "css": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon-32.png",
        "default_popup": "popups\/processing.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.min.js https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.2.1\/jquery.min.js; object-src 'self'"
}