BuiltWith Technology Profiler

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

BuiltWith Technology Profiler क्या है?

BuiltWith Technology Profiler https://builtwith.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out what the website you are visiting is built with using this extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BuiltWith Technology Profiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}