Taggbox

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

什么是Taggbox?

Taggbox是由Taggbox开发的Chrome扩展程序,该扩展的主要功能是“A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…”。

扩展截图

screenshot
screenshot

下载Taggbox扩展crx文件

下载Taggbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Taggbox Taggbox
ID ncnkejbpenpaoimeplpjpebcjjnchfea
官方URL https://chromewebstore.google.com/detail/taggbox/ncnkejbpenpaoimeplpjpebcjjnchfea
简介 A user-friendly feature for Taggbox users that helps get content owners' rights on content effortlessly. Saves on the hustle and…
文件大小 18.88 KB
安装次数 30
当前版本 1.1
更新时间 2022-09-01
上架时间 2022-08-17
评分 5.00/5 共2次评分
开发者 Taggbox
电子邮箱 [email protected]
付费类型 free
扩展官网 http://taggbox.com/
隐私政策页面URL https://taggbox.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}