Penny AI - Price Comparison & Pros and Cons

Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.

Penny AI - Price Comparison & Pros and Cons là gì?

Penny AI - Price Comparison & Pros and Cons là một tiện ích mở rộng Chrome được phát triển bởi https://penny.im, và tính năng chính của nó là "Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Penny AI - Price Comparison & Pros and Cons

Tải xuống các tệp mở rộng Penny AI - Price Comparison & Pros and Cons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🛍️Product Detail Customer Service
Avoid buying mediocre quality products!
Penny reads product details and reviews, intelligently summarizing the pros and cons of the product, and serves as your exclusive 24-hour online intelligent customer service.

💰Compare prices for the best deal
Never overpay again!
Penny scans prices across multiple stores to ensure you get the most for your money. Just click on 'Similar & Better', and Penny will find the best deals for you.

✅Smart comparison
Avoid regrettable purchases!
Penny evaluates similar products, highlighting their strengths and weaknesses in the blink of an eye, and guides you to the perfect purchase.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Penny AI - Price Comparison & Pros and Cons Penny AI - Price Comparison & Pros and Cons
ID olleimfechlneaefjoobiicamefinhhf
URL Chính Thức https://chromewebstore.google.com/detail/penny-ai-price-comparison/olleimfechlneaefjoobiicamefinhhf
Mô tả Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 3,634
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-10-24
Đánh Giá 4.54/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://penny.im
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://penny.im/
URL Trang Chính Sách Bảo Mật https://penny.im/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "static\/images\/logo.png",
        "32": "static\/images\/logo.png",
        "48": "static\/images\/logo.png",
        "128": "static\/images\/logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/penny.im\/*"
        ]
    },
    "commands": []
}