Attention Prediction Plugin by Fixate.ai

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

Attention Prediction Plugin by Fixate.aiคืออะไร?

Attention Prediction Plugin by Fixate.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fixate.ai และคุณลักษณะหลักของมันคือ "Attention prediction - know what your users see as they view you design"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Attention Prediction Plugin by Fixate.ai

ดาวน์โหลดไฟล์ส่วนขยาย Attention Prediction Plugin by Fixate.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Attention Prediction Plugin by Fixate.ai Attention Prediction Plugin by Fixate.ai
ID llafpaplhoiakjdpfldbaifjpfhcjbmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh
คำอธิบาย Attention prediction - know what your users see as they view you design
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2021-05-18
วันที่เผยแพร่ 2021-05-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://fixate.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fixate.ai
URL หน้าช่วยเหลือ https://fixate.ai
URL หน้านโยบายความเป็นส่วนตัว https://fixate.ai/privacy-policy
ภาษาที่รองรับ 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'"
}