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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🛍️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
이메일 [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": []
}