Poundsqueeze

Price Extention

Co je Poundsqueeze?

Poundsqueeze je rozšíření Chrome vyvinuté https://poundsqueeze.co.uk, a jeho hlavní funkcí je „Price Extention“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Poundsqueeze

Stáhněte si soubory rozšíření Poundsqueeze 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í

                        Poundsqueeze is an AI powered extension that helps shoppers save money by doing rapid price comparison discovery on multiple websites providing users with the best possible prices ranked in order of cheapest to most expensive. Utilising advanced machine learning, Poundsqueeze will is one of the most effective and advanced ways for users to save considerable sums of money shopping online at considerable speed by providing up to 20 results in less than 20 seconds.                    

Základní Informace o Rozšíření

Název Poundsqueeze Poundsqueeze
ID ifbklbcndmmpkgioomcbcaoeeipfkfcb
Oficiální URL https://chromewebstore.google.com/detail/poundsqueeze/ifbklbcndmmpkgioomcbcaoeeipfkfcb
Popis Price Extention
Velikost souboru 311 KB
Počet instalací 33
Aktuální Verze 3.4.10
Poslední Aktualizace 2024-02-28
Datum Vydání 2023-10-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://poundsqueeze.co.uk
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://poundsqueeze.co.uk/
URL Stránky Nápovědy https://poundsqueeze.co.uk/
URL Stránky Zásad Ochrany Soukromí https://poundsqueeze.co.uk/privacy-policy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poundsqueeze",
    "version": "3.4.10",
    "description": "Price Extention",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/poundsqueeze.co.uk\/*",
        "http:\/\/13.50.254.152:5000\/*",
        "https:\/\/proxy.scrapeops.io\/*",
        "https:\/\/api.poundsqueeze.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/poundsqueeze.co.uk\/*",
                "http:\/\/13.50.254.152:5000\/*",
                "https:\/\/proxy.scrapeops.io\/*",
                "https:\/\/api.poundsqueeze.co.uk\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}