Penny AI - Price Comparison & Pros and Cons

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

Qu'est-ce que Penny AI - Price Comparison & Pros and Cons ?

Penny AI - Price Comparison & Pros and Cons est une extension Chrome développée par https://penny.im, et sa fonction principale est "Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Penny AI - Price Comparison & Pros and Cons

Téléchargez les fichiers d'extension Penny AI - Price Comparison & Pros and Cons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Penny AI - Price Comparison & Pros and Cons Penny AI - Price Comparison & Pros and Cons
ID olleimfechlneaefjoobiicamefinhhf
URL Officiel https://chromewebstore.google.com/detail/penny-ai-price-comparison/olleimfechlneaefjoobiicamefinhhf
Description Smart Shopping, Powered by AI. Save both time and money on your next online shopping spree.
Taille du Fichier 1.87 MB
Nombre d'Installations 3,634
Version Actuelle 1.3.2
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-10-24
Évaluation 4.54/5 Total 24 Évaluations
Développeur https://penny.im
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://penny.im/
URL de la Page de Politique de Confidentialité https://penny.im/privacy
Langues Prises en Charge 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": []
}