Kallo: Never miss a better price
Super-fast, effortless price comparison on 100,000+ websites - now with ChatGPT by your side.
Co je Kallo: Never miss a better price?
Kallo: Never miss a better price je rozšíření Chrome vyvinuté https://kallo.io, a jeho hlavní funkcí je „Super-fast, effortless price comparison on 100,000+ websites - now with ChatGPT by your side.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kallo: Never miss a better price
Stáhněte si soubory rozšíření Kallo: Never miss a better price ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        Kallo is an AI-powered shopping assistant that shows you where to find the cheapest price for any product, across multiple websites, in under a second. ⚡ 💸 
It also answers any questions you have about an item - within the product's webpage, using ChatGPT. 💡 🛍️
FEATURES:
Price Comparison: We compare millions of prices across thousands of merchants without you spending precious time searching multiple websites! No matter where you are, we find the best price in your local currency. 💵💷💶💴
Chat: Ask questions in a chat-style pop up on any of your favorite websites and get instant answers e.g. '"Does this laptop have bluetooth?"
Price & Stock Monitoring: We can inform you when a price drops or an item is back in stock on any of your favorite websites (COMING SOON)
--------
Add the extension and shop as you normally would. Kallo will pop up you when there's a better price than the item you're looking at. 🏷️📉
IMPORTANT: 
- Any answers given by us feed from ChatGPT and should only be used as a guide
- ChatGPT does not have the best info on things that happened after 2021
- For the best experience, click on the 'Extensions' button and 'Pin' (📌) Kallo to your toolbar 
We regularly review feedback sent to: [email protected]                     Základní Informace o Rozšíření
| Název |   |  
| ID | pddpiopnmcfhgdegdbjbiidcldcclepd | 
| Oficiální URL | https://chromewebstore.google.com/detail/kallo-never-miss-a-better/pddpiopnmcfhgdegdbjbiidcldcclepd | 
| Popis | Super-fast, effortless price comparison on 100,000+ websites - now with ChatGPT by your side. | 
| Velikost souboru | 117 KB | 
| Počet instalací | 789 | 
| Aktuální Verze | 1.0.37 | 
| Poslední Aktualizace | 2023-06-13 | 
| Datum Vydání | 2022-12-11 | 
| Hodnocení | 5.00/5 Celkem 24 Hodnocení | 
| Vývojář | https://kallo.io | 
| [email protected] | |
| Typ Platby | free | 
| Webové stránky Rozšíření | https://kallo.io | 
| URL Stránky Nápovědy | https://kallo.io/chrome-extension-help | 
| URL Stránky Zásad Ochrany Soukromí | https://kallo.io/company/privacy | 
| Podporované Jazyky | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kallo: Never miss a better price",
    "version": "1.0.37",
    "description": "Super-fast, effortless price comparison on 100,000+ websites - now with ChatGPT by your side.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module",
        "run_at": "document_idle"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/www.facebook.com\/marketplace"
            ],
            "js": [
                "contentScript.js",
                "jquery.js"
            ],
            "css": [
                "popup.css",
                "dialogue.css"
            ],
            "run_at": "document_start",
            "exclude_matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.whatsapp.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/sheets.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/photos.google.com\/*",
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.quora.com\/*",
                "https:\/\/*.live.com\/*",
                "https:\/\/*.zoom.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/*.visualstudio.com\/*",
                "https:\/\/mail.yahoo.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/aws.amazon.com\/*",
                "https:\/\/*.telegram.org\/*",
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/*.roblox.com\/*",
                "https:\/\/*.edu\/*",
                "https:\/\/*.ac.uk\/*",
                "https:\/\/*.ac.in\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/aws.amazon.com\/*",
                "https:\/\/*.mercury.com\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/*.live.com\/*",
                "https:\/\/*.icloud.com\/*",
                "https:\/\/*.circbuzz.com\/*",
                "*:\/\/*\/*bank*"
            ]
        }
    ],
    "action": {
        "default_title": "Kallo - open to see best prices",
        "default_popup": "main-popup.html",
        "default_icon": "assets\/favicon-128x128-washout.png"
    },
    "icons": {
        "129": "assets\/favicon-128x128-washout.png",
        "128": "assets\/favicon-128x128.png",
        "16": "assets\/favicon-16x16.png",
        "32": "assets\/favicon-32x32.png",
        "48": "assets\/favicon-48x48.png",
        "64": "assets\/favicon-64x64.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/favicon-128x128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}  |  |