TaskOn

TaskOn: Accelerator For Giveaways/Airdrops

TaskOn là gì?

TaskOn là một tiện ích mở rộng Chrome được phát triển bởi taskon.developer, và tính năng chính của nó là "TaskOn: Accelerator For Giveaways/Airdrops".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TaskOn

Tải xuống các tệp mở rộng TaskOn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Overview

Create. Collaborate. Reward. 

TaskOn is a platform that boosts the complete for various Web3 tasks in a decentralized way. It helps task initiators and implementers to collaborate efficiently and better align mutual interests. 

Why TaskOn?

For Projects: Faster Follower Growth, Broader Brand Communication & Higher Social Engagement with TaskOn.


For Twitter Influencers: Growing Your Social Impact Has Never Been Easier. Run Your Giveaways Smarter with TaskOn.


For Twitter Users: One-Click Twitter Giveaways with TaskOn.

After adding it to your browser, the new TaskOn Chrome extension will help you create tasks, manage your follower giveaways with 1-click Twitter log-in, and set up various tasks to gain more followers and drive engagment for your Twitter and your partners’ accounts.

How To Use?
Add TaskOn to your browser
1-click Twitter log-In
Create campaigns and set tasks on TaskOn
Post a tweet with 1 link containing all the tasks, (no more task threads!)
Users participate and receive rewards automatically via TaskOn

What Tasks Can You Set Up?
Follow Your Twitter
Follow Any Other User or Multiple Users
Retweet
Quoted Tweet & Tag Friend(s)
Comment & Tag Friend(s)
Create A Tweet
Like A Tweet

Key Features: 
- One-Click Twitter Log-In via Google Chrome
- Customize Your Lottery Campaigns and Reward Distribution
- Check Your Campaigns Real-Time Progress
- Check Rewards Status

What Will You Get With TaskOn Browser Extension?
Better giveaway ROI
Increased social impact and followers                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TaskOn TaskOn
ID hljkjlaidbciielflnbmgmgcokhaconj
URL Chính Thức https://chromewebstore.google.com/detail/taskon/hljkjlaidbciielflnbmgmgcokhaconj
Mô tả TaskOn: Accelerator For Giveaways/Airdrops
Kích Thước Tệp 4.41 MB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-02-10
Ngày Phát Hành 2022-09-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển taskon.developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://taskon.xyz
URL Trang Chính Sách Bảo Mật https://taskon.xyz/assets/privacypolicy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TaskOn",
    "version": "1.1.1",
    "description": "TaskOn: Accelerator For Giveaways\/Airdrops",
    "action": {
        "default_icon": ".\/assets\/logo.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/logo.png",
        "48": ".\/assets\/logo.png",
        "128": ".\/assets\/logo-512.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "alarms",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "dist\/task\/index.html",
                "dist\/inject\/twitter.mjs",
                "\/assets\/fonts\/*",
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}