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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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": [ " |