Taggbox

A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…

Wat is Taggbox?

Taggbox is een Chrome-extensie ontwikkeld door Taggbox, en de belangrijkste functie is "A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Taggbox

Download Taggbox-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

                        A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and bustle of asking for users' content rights separately.

A chrome extension for Taggbox users who want to speed up the process of UGC Rights 
Management.

How Does It Work?

Taggbox is the ideal UGC tool that acts as a catalyst for your UGC Rights Management.

Taggbox automatically sends messages under the content owner's comment section of each post that you want to get "rights" of. 

Taggbox is super easy to use, and with no major technicalities involved, UGC Rights Management becomes a piece of cake.

Features

Easy 3-step Process
Sends Bulk Requests To Multiple Creators In One Go
Smooth Functionality
Sends Separate Requests To Multiple Contents Of An Influencer's Single Post                    

Basisinformatie over de Extensie

Naam Taggbox Taggbox
ID ncnkejbpenpaoimeplpjpebcjjnchfea
Officiële URL https://chromewebstore.google.com/detail/taggbox/ncnkejbpenpaoimeplpjpebcjjnchfea
Beschrijving A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…
Bestandsgrootte 18.88 KB
Aantal Installaties 30
Huidige Versie 1.1
Laatst Bijgewerkt 2022-09-01
Publicatiedatum 2022-08-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Taggbox
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://taggbox.com/
URL van de Privacybeleid Pagina https://taggbox.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taggbox",
    "background": {
        "service_worker": "bg\/background.js"
    },
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*.instagram.com\/*",
        "https:\/\/instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}