GoWish

App to add wishes to Gowish from any store page

Hvad er GoWish?

GoWish er en Chrome-udvidelse udviklet af Gowish, og dens hovedfunktion er "App to add wishes to Gowish from any store page".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download GoWish-udvidelses-CRX-fil

Download GoWish-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The GoWish Chrome extension allows you to quickly add all your favorite products to a wishlist, no matter what store you are visiting or what products you dream to get. Simply find a product you like, press the wish extension button and add it to your wishlists so your friends and loved ones know what you are wishing for.                    

Grundlæggende oplysninger om udvidelsen

Navn GoWish GoWish
ID jiiomokeoghcjdceomdhijobcheodcnl
Officiel URL https://chromewebstore.google.com/detail/gowish/jiiomokeoghcjdceomdhijobcheodcnl
Beskrivelse App to add wishes to Gowish from any store page
Filstørrelse 20.41 KB
Antal Installationer 582
Nuværende Version 0.0.2
Senest Opdateret 2023-02-17
Udgivelsesdato 2022-09-30
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Gowish
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gowish.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoWish",
    "version": "0.0.2",
    "description": "App to add wishes to Gowish from any store page",
    "author": "GoWish",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "GoWish"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}