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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}