SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

SwagBucks Survey Helperคืออะไร?

SwagBucks Survey Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aldpratt และคุณลักษณะหลักของมันคือ "SwagBucks Survey Helper helps you make money faster"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwagBucks Survey Helper

ดาวน์โหลดไฟล์ส่วนขยาย SwagBucks Survey Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The app helps users take SwagBucks surveys by calculating the SwagBucks per minute on ever survey.  This allows users to maximize profits by selecting only the best surveys.  It saves time and helps you make more SB faster.

Contains in-app fees.

To activate the SwagBucks Survey Helper, click the extension's icon and follow the instructions to begin your subscription.  $1 per month will give you access to the SwagBucks Survey Helper, and help you earn more swagbucks in less time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SwagBucks Survey Helper SwagBucks Survey Helper
ID ooaadehnelkffodggccopjfooahhnpjl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/swagbucks-survey-helper/ooaadehnelkffodggccopjfooahhnpjl
คำอธิบาย SwagBucks Survey Helper helps you make money faster
ขนาดไฟล์ 16.18 KB
จำนวนการติดตั้ง 903
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-11-15
วันที่เผยแพร่ 2020-01-04
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา aldpratt
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwagBucks Survey Helper",
    "short_name": "extensionpaysamplemv2",
    "version": "1.2",
    "author": "A Pratt",
    "description": "SwagBucks Survey Helper helps you make money faster",
    "background": {
        "scripts": [
            "ExtPay.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.swagbucks.com\/surveys"
            ],
            "js": [
                "ExtPay.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}