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
公式URL 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
Eメール [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": []
}