TaskOn

TaskOn: Accelerator For Giveaways/Airdrops

Co to jest TaskOn?

TaskOn to rozszerzenie Chrome opracowane przez taskon.developer, a jego główną funkcją jest „TaskOn: Accelerator For Giveaways/Airdrops”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TaskOn

Pobierz pliki rozszerzeń TaskOn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TaskOn TaskOn
ID hljkjlaidbciielflnbmgmgcokhaconj
Oficjalny URL https://chromewebstore.google.com/detail/taskon/hljkjlaidbciielflnbmgmgcokhaconj
Opis TaskOn: Accelerator For Giveaways/Airdrops
Rozmiar pliku 4.41 MB
Liczba instalacji 134
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-02-10
Data Publikacji 2022-09-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper taskon.developer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://taskon.xyz
Adres URL Strony Polityki Prywatności https://taskon.xyz/assets/privacypolicy.pdf
Obsługiwane Języki 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'"
    }
}