TaskOn

TaskOn: Accelerator For Giveaways/Airdrops

Co je TaskOn?

TaskOn je rozšíření Chrome vyvinuté taskon.developer, a jeho hlavní funkcí je „TaskOn: Accelerator For Giveaways/Airdrops“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TaskOn

Stáhněte si soubory rozšíření TaskOn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TaskOn TaskOn
ID hljkjlaidbciielflnbmgmgcokhaconj
Oficiální URL https://chromewebstore.google.com/detail/taskon/hljkjlaidbciielflnbmgmgcokhaconj
Popis TaskOn: Accelerator For Giveaways/Airdrops
Velikost souboru 4.41 MB
Počet instalací 134
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-02-10
Datum Vydání 2022-09-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář taskon.developer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://taskon.xyz
URL Stránky Zásad Ochrany Soukromí https://taskon.xyz/assets/privacypolicy.pdf
Podporované Jazyky 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'"
    }
}