True Colour Match by TCI

Quickly check if a cloth you see online matches your personal colour profile!

Τι είναι το True Colour Match by TCI;

Το True Colour Match by TCI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον True Colour International, και η κύρια λειτουργία του είναι "Quickly check if a cloth you see online matches your personal colour profile!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης True Colour Match by TCI

Λήψη αρχείων επέκτασης True Colour Match by TCI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you ever struggle with finding the right clothing colours when shopping online? 

Imagine how easy it would be if there was a way to quickly check to see if the colour of the fabric you see online matches your personal colour profile!
We have the answer!

Introducing True Colour Match from True Colour International.

With True Colour Match you can select any colour and find out if it matches your personal colour profile.

Whether you had 4 Seasons or 12 Tone colour analysis, True Colour Match can help you find your perfect colour online, every time!

_______________________________
HOW TO INSTALL THE PLUGIN?

1. Click on the "Add to Chrome" button next to the plugin's name. A pop-up window will appear, asking you to confirm that you want to install the extension. Click "Add extension" to confirm.

2. Pin the extension: Once you've installed the extension, you can pin it to the Chrome toolbar for easy access. To do this, right-click on the extensions' icon (grey icon located in the top-right corner of the browser, next to the URL field) and click on the "Pin" button next to the True Colour Match logo. The logo will now be visible on the Chrome toolbar, allowing you to access it with a single click.

3. That's it! Now you can create your account by following the prompts on the True Colour Match screen, enjoy 3 days free trial and start swatching colours in no time!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα True Colour Match by TCI True Colour Match by TCI
ID fbddnkabkjcadfageogadhpefjaehipk
Επίσημο URL https://chromewebstore.google.com/detail/true-colour-match-by-tci/fbddnkabkjcadfageogadhpefjaehipk
Περιγραφή Quickly check if a cloth you see online matches your personal colour profile!
Μέγεθος Αρχείου 30.7 KB
Αριθμός Εγκαταστάσεων 621
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2022-11-08
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής True Colour International
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://truecolour.com.au/
Διεύθυνση URL της Σελίδας Βοήθειας https://truecolour.com.au/
URL της Σελίδας Πολιτικής Απορρήτου https://truecolour.com.au/true-colour-match-terms-and-conditions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True Colour Match by TCI",
    "short_name": "True Colour",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Quickly check if a cloth you see online matches your personal colour profile!",
    "homepage_url": "https:\/\/truecolour.com.au\/",
    "icons": {
        "16": "icons\/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
        "48": "icons\/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
        "128": "icons\/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/bildr\/ui\/bildrPopUp.html",
                "src\/bildr\/ui\/css\/bildrStyle.css",
                "js\/injectScript_True%20Colour%20Match%20by%20TCI_15.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/bildrScript_True Colour Match by TCI_15.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": ".\/icons\/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
        "default_title": "True Colour"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/truecolour.com.au\/;"
    }
}