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
Eメール [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"
            ]
        }
    ]
}