Mindfield Online
Shows off desktop notifications, when a user has new surveys available.
什麼是Mindfield Online?
Mindfield Online是由mcmillionresearch開發的Chrome擴展程式,該擴展的主要功能是“Shows off desktop notifications, when a user has new surveys available.”。
擴展截圖
下載Mindfield Online擴展crx文件
下載Mindfield Online擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Mindfield Online |
ID | hodcdiinljphcemlegagpfhicmmdgegh |
官方網址 | https://chromewebstore.google.com/detail/mindfield-online/hodcdiinljphcemlegagpfhicmmdgegh |
簡介 | Shows off desktop notifications, when a user has new surveys available. |
檔案大小 | 152 KB |
安裝次數 | 1,626 |
目前版本 | 0.3.2.5 |
更新時間 | 2021-04-28 |
上架時間 | 2017-01-17 |
評分 | 3.30/5 共 10 次評分 |
開發者 | mcmillionresearch |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://mindfieldonline.com |
隱私政策頁面URL | https://mindfieldonline.com/page/privacy |
支援的語言 | 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" ] } |