Vetted AI: Your Shopping Agent

Vetted investigates price history, product reviews, brand reputation, and more so you don’t have to

Vetted AI: Your Shopping Agentคืออะไร?

Vetted AI: Your Shopping Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vetted.ai และคุณลักษณะหลักของมันคือ "Vetted investigates price history, product reviews, brand reputation, and more so you don’t have to"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vetted AI: Your Shopping Agent

ดาวน์โหลดไฟล์ส่วนขยาย Vetted AI: Your Shopping Agent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meet Vetted – your personal AI shopping agent.


Vetted will do extensive research for you – from reviews to prices – so you can always get the best product at its lowest price. Chat with Vetted to:

✔ Never overpay again with price tracking

✔ Quickly discover the right products for your needs

✔ Get summaries of trustworthy expert & user reviews

✔ Know what to consider before it’s too late

✔ Recognize brands like a pro

✔ Instantly compare products

✔ Find better alternatives for your budget

✔ Get answers to all your shopping-related questions


Get all the information you need to make the best decision in one place and stop wasting time researching across endless tabs.

Ready to shop smarter while saving time & money?

************************************************************************************

*Currently available in the United States and Canada only
** By installing this Chrome extension, you agree to Vetted’s Terms & Conditions available at https://vetted.ai                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vetted AI: Your Shopping Agent Vetted AI: Your Shopping Agent
ID cjmfiochlaffhnellbhffgnjocahinnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vetted-ai-your-shopping-a/cjmfiochlaffhnellbhffgnjocahinnh
คำอธิบาย Vetted investigates price history, product reviews, brand reputation, and more so you don’t have to
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 87,919
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-06-02
คะแนน 4.61/5 รวมทั้งหมด 151 คะแนน
ผู้พัฒนา https://vetted.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vetted.ai
URL หน้านโยบายความเป็นส่วนตัว http://join.vetted.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vetted AI: Your Shopping Agent",
    "short_name": "Vetted AI: Your Shopping Agent",
    "description": "Vetted investigates price history, product reviews, brand reputation, and more so you don\u2019t have to",
    "version": "4.0.2",
    "permissions": [
        "storage",
        "*:\/\/lustre.ai\/*",
        "*:\/\/vetted.ai\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dogEar\/dogEar.js"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "storeVisits\/storeVisits.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "match_about_blank": false
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.slant.co\/*",
                "*:\/\/*.lustre.ai\/*",
                "*:\/\/*.vetted.ai\/*"
            ],
            "js": [
                "browserMessages\/browserMessages.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.rudderlabs.com; object-src 'self'",
    "browser_action": {
        "default_title": "Vetted"
    },
    "web_accessible_resources": [
        "assets\/images\/icons\/*.svg",
        "assets\/images\/placeholder-badge.svg",
        "assets\/images\/logo-load-in.gif",
        "dogEar\/dogEar.css",
        "*.json"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.slant.co\/*",
            "*:\/\/*.reefpig.com\/*",
            "*:\/\/*.lustre.ai\/*",
            "*:\/\/*.vetted.ai\/*",
            "*:\/\/127.0.0.1\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "assets\/images\/logo-16.png",
        "48": "assets\/images\/logo-48.png",
        "128": "assets\/images\/logo-128.png"
    },
    "manifest_version": 2
}