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 https://fixate.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attention prediction - know what your users see as they view you design"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Attention Prediction Plugin by Fixate.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        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'"
}