TaskOn

TaskOn: Accelerator For Giveaways/Airdrops

Wat is TaskOn?

TaskOn is een Chrome-extensie ontwikkeld door taskon.developer, en de belangrijkste functie is "TaskOn: Accelerator For Giveaways/Airdrops".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TaskOn

Download TaskOn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TaskOn TaskOn
ID hljkjlaidbciielflnbmgmgcokhaconj
Officiële URL https://chromewebstore.google.com/detail/taskon/hljkjlaidbciielflnbmgmgcokhaconj
Beschrijving TaskOn: Accelerator For Giveaways/Airdrops
Bestandsgrootte 4.41 MB
Aantal Installaties 134
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-02-10
Publicatiedatum 2022-09-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar taskon.developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://taskon.xyz
URL van de Privacybeleid Pagina https://taskon.xyz/assets/privacypolicy.pdf
Ondersteunde Talen 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'"
    }
}