SwagBucks Survey Helper

SwagBucks Survey Helper helps you make money faster

SwagBucks Survey Helper란 무엇입니까?

SwagBucks Survey Helper은(는) aldpratt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SwagBucks Survey Helper helps you make money faster"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SwagBucks Survey Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}