Mindfield Online

Shows off desktop notifications, when a user has new surveys available.

Mindfield Onlineคืออะไร?

Mindfield Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mcmillionresearch และคุณลักษณะหลักของมันคือ "Shows off desktop notifications, when a user has new surveys available."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindfield Online

ดาวน์โหลดไฟล์ส่วนขยาย 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 Mindfield Online
ID hodcdiinljphcemlegagpfhicmmdgegh
URL อย่างเป็นทางการ 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"
    ]
}