TINT

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

¿Qué es TINT?

TINT es una extensión de Chrome desarrollada por TINT, y su función principal es "Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TINT

Descarga archivos de extensión TINT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TINT TINT
ID dkiaeggekkbcleiphabncobgcjacennl
URL Oficial https://chromewebstore.google.com/detail/tint/dkiaeggekkbcleiphabncobgcjacennl
Descripción Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.
Tamaño del Archivo 423 KB
Cantidad de Instalaciones 135
Versión Actual 2.5
Última Actualización 2023-08-25
Fecha de Publicación 2020-04-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador TINT
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://tintup.com
URL de la Página de Ayuda https://tint.zendesk.com/hc/en-us/articles/360013184914
URL de la Página de Política de Privacidad http://tintup.com/privacy
Idiomas Soportados 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"
}