Wished

Wish for anything, anywhere

Hvad er Wished?

Wished er en Chrome-udvidelse udviklet af https://www.wished.online, og dens hovedfunktion er "Wish for anything, anywhere".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Wished-udvidelses-CRX-fil

Download Wished-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

                        Wished is your universal wishlist for all of your favourite shopping sites. 

Create multiple wishlists, share them with friends and family, and even get notified of price updates!

With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you 

Key Features:

- Easy-to-use and intuitive interface
- Compatible with any online store
- Share wishlists with friends and family
- Be notified of price drops
- Ability to add and manage unlimited items in all of your wishlists                    

Grundlæggende oplysninger om udvidelsen

Navn Wished Wished
ID hhnahkmehhkjemigopkkkamciojfmcbh
Officiel URL https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh
Beskrivelse Wish for anything, anywhere
Filstørrelse 325 KB
Antal Installationer 35
Nuværende Version 1.4.1
Senest Opdateret 2023-11-19
Udgivelsesdato 2021-03-12
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://www.wished.online
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.wished.online/
Hjælpeside-URL https://www.wished.online/
URL til Fortrolighedspolitik Side https://www.wished.online/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wished",
    "version": "1.4.1",
    "description": "Wish for anything, anywhere",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.htm",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}