Mindfield Online
Shows off desktop notifications, when a user has new surveys available.
Was ist Mindfield Online?
Mindfield Online ist eine Chrome-Erweiterung, die von mcmillionresearch entwickelt wurde, und ihr Hauptmerkmal ist "Shows off desktop notifications, when a user has new surveys available.".
Erweiterungsscreenshots
Mindfield Online-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mindfield Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Access surveys right from your browser using our powerful Google Extension. The easiest way to prevent the number of emails you receive from MindField Online with the best real cash for survey opportunities in the industry, is to participate without receiving emails. Download this extension to your Chrome Browser and have access 24/7 to all available offerings; which are also no longer limited per day. Your opinion counts ... let us pay you for it.
Grundlegende Informationen zur Erweiterung
Name | Mindfield Online |
ID | hodcdiinljphcemlegagpfhicmmdgegh |
Offizielle URL | https://chromewebstore.google.com/detail/mindfield-online/hodcdiinljphcemlegagpfhicmmdgegh |
Beschreibung | Shows off desktop notifications, when a user has new surveys available. |
Dateigröße | 152 KB |
Installationsanzahl | 1,626 |
Aktuelle Version | 0.3.2.5 |
Letztes Update | 2021-04-28 |
Veröffentlichungsdatum | 2017-01-17 |
Bewertung | 3.30/5 Insgesamt 10 Bewertungen |
Entwickler | mcmillionresearch |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://mindfieldonline.com |
URL der Datenschutzrichtlinien-Seite | https://mindfieldonline.com/page/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mindfield Online", "short_name": "Mindfield", "version": "0.3.2.5", "description": "Shows off desktop notifications, when a user has new surveys available.", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "permissions": [ "tabs", "http:\/\/mindfieldonline.com\/*" ], "content_scripts": [ { "js": [ "scripts\/jquery-1.12.2.min.js" ], "matches": [ "http:\/\/mindfieldonline.com\/*", "https:\/\/mindfieldonline.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/assets.zendesk.com; object-src 'self'", "background": { "scripts": [ "scripts\/jquery-1.12.2.min.js", "scripts\/background.js" ] }, "browser_action": { "default_title": "Mindfield Online", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon48.png" ] } |