GoWish

App to add wishes to Gowish from any store page

Was ist GoWish?

GoWish ist eine Chrome-Erweiterung, die von Gowish entwickelt wurde, und ihr Hauptmerkmal ist "App to add wishes to Gowish from any store page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GoWish-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoWish-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GoWish GoWish
ID jiiomokeoghcjdceomdhijobcheodcnl
Offizielle URL https://chromewebstore.google.com/detail/gowish/jiiomokeoghcjdceomdhijobcheodcnl
Beschreibung App to add wishes to Gowish from any store page
Dateigröße 20.41 KB
Installationsanzahl 582
Aktuelle Version 0.0.2
Letztes Update 2023-02-17
Veröffentlichungsdatum 2022-09-30
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Gowish
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gowish.com
Unterstützte Sprachen 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"
    }
}