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?

Penny AI - Price Comparison & Pros and Cons是由https://penny.im開發的Chrome擴展程式,該擴展的主要功能是“Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Penny AI - Price Comparison & Pros and Cons擴展crx文件

下載Penny AI - Price Comparison & Pros and Cons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🛍️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.                    

擴展基本資訊

名稱 Penny AI - Price Comparison & Pros and Cons Penny AI - Price Comparison & Pros and Cons
ID olleimfechlneaefjoobiicamefinhhf
官方網址 https://chromewebstore.google.com/detail/penny-ai-price-comparison/olleimfechlneaefjoobiicamefinhhf
簡介 Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.
檔案大小 1.87 MB
安裝次數 3,634
目前版本 1.3.2
更新時間 2023-11-29
上架時間 2023-10-24
評分 4.54/5 共 24 次評分
開發者 https://penny.im
電子郵箱 [email protected]
付費類型 free
擴展官網 https://penny.im/
隱私政策頁面URL https://penny.im/privacy
支援的語言 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": []
}