Attention Prediction Plugin by Fixate.ai
Attention prediction - know what your users see as they view you design
Hvad er Attention Prediction Plugin by Fixate.ai?
Attention Prediction Plugin by Fixate.ai er en Chrome-udvidelse udviklet af https://fixate.ai, og dens hovedfunktion er "Attention prediction - know what your users see as they view you design".
Udvidelsesskærmbilleder
Download Attention Prediction Plugin by Fixate.ai-udvidelses-CRX-fil
Download Attention Prediction Plugin by Fixate.ai-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Attention Prediction Plugin by Fixate.ai |
ID | llafpaplhoiakjdpfldbaifjpfhcjbmh |
Officiel URL | https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh |
Beskrivelse | Attention prediction - know what your users see as they view you design |
Filstørrelse | 143 KB |
Antal Installationer | 30 |
Nuværende Version | 1.0.15 |
Senest Opdateret | 2021-05-18 |
Udgivelsesdato | 2021-05-02 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://fixate.ai |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://fixate.ai |
Hjælpeside-URL | https://fixate.ai |
URL til Fortrolighedspolitik Side | https://fixate.ai/privacy-policy |
Understøttede Sprog | 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", " |