BuiltWith Technology Profiler

Find out what the website you are visiting is built with using this extension.

Τι είναι το BuiltWith Technology Profiler;

Το BuiltWith Technology Profiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://builtwith.com, και η κύρια λειτουργία του είναι "Find out what the website you are visiting is built with using this extension.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BuiltWith Technology Profiler

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

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

                        The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.                    

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

Όνομα BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
Επίσημο URL https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
Περιγραφή Find out what the website you are visiting is built with using this extension.
Μέγεθος Αρχείου 54.1 KB
Αριθμός Εγκαταστάσεων 374,188
Τρέχουσα Έκδοση 3.6
Τελευταία Ενημέρωση 2022-05-11
Ημερομηνία Δημοσίευσης 2020-05-15
Αξιολόγηση 4.39/5 Συνολικά 401 Αξιολογήσεις
Προγραμματιστής https://builtwith.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://builtwith.com
Διεύθυνση URL της Σελίδας Βοήθειας http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
URL της Σελίδας Πολιτικής Απορρήτου https://builtwith.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuiltWith Technology Profiler",
    "version": "3.6",
    "short_name": "BuiltWith",
    "description": "Find out what the website you are visiting is built with using this extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/builtwith.com\/"
    ]
}