Check Trustpilot

Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…

Τι είναι το Check Trustpilot;

Το Check Trustpilot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NivagWoh, και η κύρια λειτουργία του είναι "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Check Trustpilot

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

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

                        Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. 

No need to open a new tab to check the score, it can easily be viewed without ever having to leave the tab!                    

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

Όνομα Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
Επίσημο URL https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Περιγραφή Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Μέγεθος Αρχείου 78.18 KB
Αριθμός Εγκαταστάσεων 113
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2022-05-05
Ημερομηνία Δημοσίευσης 2022-05-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής NivagWoh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Trustpilot",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/uk.trustpilot.com\/"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "version": "0.0.1"
}