Polygraf Trust Engine

Shop with confidence! Analyze reviews & products with Polygraf AI’s Trust Engine. Get unbiased ratings & scores.

Co to jest Polygraf Trust Engine?

Polygraf Trust Engine to rozszerzenie Chrome opracowane przez https://polygraf.ai, a jego główną funkcją jest „Shop with confidence! Analyze reviews & products with Polygraf AI’s Trust Engine. Get unbiased ratings & scores.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Polygraf Trust Engine

Pobierz pliki rozszerzeń Polygraf Trust Engine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Expose and eliminate fake online reviews & malicious digital content
•	Spot Unreliable & AI-generated reviews
•	Get Trust Scores for each product and review
•	Get Pros & Cons for any product
•	Find Sellers you can trust on Amazon, Walmart & other stores

🔍 Spot AI-generated content
Add our extension to your browser in seconds and use Polygraf Trust Engine to identify AI-generated text, voice, or video content as you browse through Amazon, Walmart, and other e-commerce platforms.

💯 Verify reliability 
Not all content is created equal. Our AI engine evaluates the reliability of the review, helping you discern fact from fiction. We’ll help you make informed decisions and confidently navigate the digital world.

👍 Unique Trust Scores
Polygraf goes beyond identifying AI-generated and unreliable content by assigning content with a trust score, based on various metrics. This score offers a quick and easy way to determine the trustworthiness of each review you verify.

📉 Price Pulse - NEW FEATURE
Never overpay again with the new Price Pulse feature. Our Trust Engine now includes the ability to check if the price of the product you're interested in is at its highest or lowest, ensuring you always snag the best deals on the market. This feature is designed to give you a financial edge during your online shopping and is especially useful for special deals and the festive season.

💞 Get Pros & Cons for any product with a single click 
Stop wasting your time reading each review, simply verify a product with a single click. Our multi-layer AI will filter out fake reviews, and quickly summarize the pros and cons of the product based only on reliable reviews. A simple snapshot tells you everything you need to know about the product!

💫 Universal Applicability
Whether you’re shopping online, reading reviews, watching videos, or interacting on social media, we’re building tools to help protect you from fraudulent content. Use Polygraf Trust Engine to ensure authenticity across the web.

🚀 Find Sellers you can trust on Amazon, Walmart & other stores
We evaluate and compare sellers for you – even their other products and services – to expose malicious and deceptive sellers. Eliminate the noise, use our verify button to get the product you love from a reliable seller.                    

Podstawowe informacje o rozszerzeniu

Nazwa Polygraf Trust Engine Polygraf Trust Engine
ID efpjnlhbndlphomipnbbeihgigonbpba
Oficjalny URL https://chromewebstore.google.com/detail/polygraf-trust-engine/efpjnlhbndlphomipnbbeihgigonbpba
Opis Shop with confidence! Analyze reviews & products with Polygraf AI’s Trust Engine. Get unbiased ratings & scores.
Rozmiar pliku 934 KB
Liczba instalacji 388
Aktualna Wersja 1.7.1
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2023-07-17
Ocena 4.06/5 Łącznie 34 Oceny
Deweloper https://polygraf.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.polygraf.ai/
Adres URL Strony Pomocy https://www.polygraf.ai/contact
Adres URL Strony Polityki Prywatności https://www.polygraf.ai/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Polygraf Trust Engine",
    "version": "1.7.1",
    "description": "Shop with confidence! Analyze reviews & products with Polygraf AI\u2019s Trust Engine. Get unbiased ratings & scores.",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/48.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/polygraf.ai\/*"
            ],
            "js": [
                "src\/pages\/content\/polygraf\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "src\/pages\/content\/amazon\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                "src\/pages\/content\/walmart\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/www.bestbuy.com\/*"
            ],
            "js": [
                "src\/pages\/content\/bestbuy\/inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Dm7JWZ08PuWOBsvzYOJ7L8hgXYki69i2k6rCEyiUbuRe1nxkcXixMT6KRZEkAw4A3spVsppFGeIZyGPBr+4YORdh2ppIrPpewIOSAp6Qcd+pcRBxcnl\/s6J3jRd6iEdJds5PAeI2VE4hltCxbHsZQmXtTn4I87yOtr0\/7wDJxjNSvXJEuAXcTJ8QnkuD0oBW1P98lJXn9Q1JXhaD0VQk7zkPlHv7qHQx8DOX44IJW+7+DhVkP7MzPqP0+hLHiZ80X9mclaP70AhRQmFXVtpYWMxVdLCOAjZtpX\/Zs3vEsAUz\/as++V+eaMgxlypdqshUs2gCEXhrW3Uuus0hk7sbwIDAQAB",
    "oauth2": {
        "client_id": "356747510679-8nipkcq1m20forbh8n0cqvj2n4hevt2b.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}