TINT

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

TINTคืออะไร?

TINT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TINT และคุณลักษณะหลักของมันคือ "Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TINT

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}