TrustedSite

See which sites you can trust.

TrustedSite क्या है?

TrustedSite https://www.trustedsite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See which sites you can trust."।

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

screenshot

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

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

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

                        Quickly determine if you can trust a site by getting the details that matter—a business’s security issues, their legitimate contact information, and what they’re using to protect your data. TrustedSite certified sites are rigorously tested and certified to help you you stay safe online.                    

एक्सटेंशन की मूल जानकारी

नाम TrustedSite TrustedSite
ID meaanhhbdanomagjkjleigjfiamjhomi
आधिकारिक URL https://chromewebstore.google.com/detail/trustedsite/meaanhhbdanomagjkjleigjfiamjhomi
विवरण See which sites you can trust.
फ़ाइल का आकार 78.39 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.6
अंतिम अपडेट 2022-05-04
प्रकाशन तिथि 2019-06-19
रेटिंग 4.41/5 कुल 99 रेटिंग्स
डेवलपर https://www.trustedsite.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.trustedsite.com/
सहायता पृष्ठ URL https://support.trustedsite.com/
गोपनीयता नीति पृष्ठ URL https://www.trustedsite.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrustedSite",
    "short_name": "TrustedSite",
    "description": "See which sites you can trust.",
    "version": "2.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "common.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/www.trustedsite.com\/",
    "permissions": [
        "activeTab",
        "background",
        "https:\/\/*.trustedsite.com\/",
        "https:\/\/s3-us-west-2.amazonaws.com\/"
    ],
    "icons": {
        "16": "trustedsite-icon-16.png",
        "32": "trustedsite-icon-32.png",
        "64": "trustedsite-icon-64.png",
        "128": "trustedsite-icon-128.png"
    },
    "browser_action": {
        "default_icon": "trustedsite-icon-32.png",
        "default_popup": "popup.html",
        "default_title": "TrustedSite"
    }
}