TINT

Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.

TINTとは何ですか?

TINTはTINTによって開発されたChromeの拡張機能で、その主な機能は「Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

TINT拡張機能のCRXファイルをダウンロード

TINT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Request rights to any post on Instagram. Navigate to a post, click the extension, select and paste your message and post the comment. TINT handles the rest of the process. We host legal terms, check for approvals, and get the highest quality images to power your UGC marketing.

Note: This extension requires a paid TINT account with access to the TINT Rights Management Suite.                    

拡張機能の基本情報

名前 TINT TINT
ID dkiaeggekkbcleiphabncobgcjacennl
公式URL https://chromewebstore.google.com/detail/tint/dkiaeggekkbcleiphabncobgcjacennl
説明 Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.
ファイルサイズ 423 KB
インストール数 135
現在のバージョン 2.5
最終更新日 2023-08-25
公開日 2020-04-24
評価 5.00/5 合計 2 レビュー
開発者 TINT
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://tintup.com
ヘルプページのURL https://tint.zendesk.com/hc/en-us/articles/360013184914
プライバシーポリシーページのURL http://tintup.com/privacy
対応言語 en
manifest.json
{
    "description": "Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.",
    "manifest_version": 3,
    "version": "2.5",
    "name": "TINT",
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/api.tintup.dev\/*",
        "https:\/\/api.tintup.com\/*",
        "https:\/\/staging.api.tintup.com\/*",
        "https:\/\/hnjkgaeinjlijclbghohjmpinbkllhbb.chromiumapp.org\/*",
        "https:\/\/www.tintup.dev\/app\/extension\/extension.html",
        "https:\/\/www.tintup.com\/app\/extension\/extension.html"
    ],
    "optional_host_permissions": [
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "permissions": [
        "downloads",
        "clipboardWrite",
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "dist\/pages\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "dist\/pages\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "src\/assets\/icon\/icon.png",
        "48": "src\/assets\/icon\/icon.png",
        "128": "src\/assets\/icon\/icon.png"
    },
    "action": {
        "default_icon": "src\/assets\/icon\/icon.png",
        "default_popup": "dist\/pages\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tintup.com\/*",
            "*:\/\/*.tintup.dev\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/images\/*",
                "src\/js\/htmlElementPatch.js",
                "src\/assets\/html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}