Taggbox

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

O que é Taggbox?

Taggbox é uma extensão do Chrome desenvolvida por Taggbox, e sua principal característica é "A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Taggbox

Baixe arquivos de extensão Taggbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Taggbox Taggbox
ID ncnkejbpenpaoimeplpjpebcjjnchfea
URL Oficial https://chromewebstore.google.com/detail/taggbox/ncnkejbpenpaoimeplpjpebcjjnchfea
Descrição A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…
Tamanho do Arquivo 18.88 KB
Contagem de Instalações 30
Versão Atual 1.1
Última Atualização 2022-09-01
Data de Publicação 2022-08-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Taggbox
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://taggbox.com/
URL da Página de Política de Privacidade https://taggbox.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}